Fix:Event sent when changing languages to rehydrate page

This commit is contained in:
advplyr 2023-02-03 14:50:48 -06:00
parent 5983f0262f
commit c93f17051a

View File

@ -78,7 +78,7 @@ async function loadi18n(code) {
Vue.prototype.$setDateFnsLocale(languageCodeMap[code].dateFnsLocale)
console.log('i18n strings=', Vue.prototype.$strings)
Vue.prototype.$eventBus.$emit('change-lang', code)
this.$eventBus.$emit('change-lang', code)
return true
}