0👍
I modified my store for each of the two properties to change them to promises (instead of the result). Anywhere I needed the values in views, I now await the values.
This allows the UI to load quickly and only wait where needed.
- [Vuejs]-Move vue project unexpected error …mapActions
- [Vuejs]-Debugging a program that involves EventBus communication between multiple files
Source:stackexchange.com