-
-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Description
vue & vue-i18n version
"vue": "^3.0.2",
"vue-i18n": "^9.0.0-beta.6",
"@intlify/vue-i18n-loader": "^2.0.0-beta.1",
Reproduction Link
Steps to reproduce
as mentioned here - https://kazupon.github.io/vue-i18n/guide/locale.html
methods: {
changeLanguage: function (language) {
this.$root.$i18n.locale = language;
},
},
What is Expected?
all messages should change to selected local
What is actually happening?
doesn't change
Metadata
Metadata
Assignees
Labels
No labels