0👍
✅
Make your Vue component fail-safe.
In your case:
- Use a flag for AJAX call completion state
- Handle computed request with default value if AJAX call not successful
- Handle computed request with compute if AJAX call was successful
Source:stackexchange.com