You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am relatively new to vue.
I use vue 3 and javascript, and so I installed vue-i18n with 'vue add i18n' command.
I then entered '{{ $t('message) }} into the 'about.vue' file.
I had an error in the browser console the 'Property "$t" was accessed during render but is not defined on instance.'
What is expected?
The locale translation message should appear (output) in the browser.