0👍
The good practice is to always have a default/fallback language inside vue-i18n, e.g. English. If you can’t do this for whatever reason, then you can simply put a v-if
on the App’s template so that nothing is rendered until you fetch at least 1 language into vue-i18n.
- [Vuejs]-Fabric.js IText interaction issue, moving but not editing
- [Vuejs]-Laravel 9 Vue 3 Stripe Integration error: Cannot read properties of undefined (reading 'createPaymentMethod')
Source:stackexchange.com