-
-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use localeRoute in vuex #1031
Closed
udje opened this issue
Jan 18, 2021
· 1 comment
· Fixed by #1098, voken1000g/upgrade#26, voken1000g/toolkit#37, voken1000g/early-bird#34 or nogic1008/nuxt-ts-template#404
Closed
How to use localeRoute in vuex #1031
udje opened this issue
Jan 18, 2021
· 1 comment
· Fixed by #1098, voken1000g/upgrade#26, voken1000g/toolkit#37, voken1000g/early-bird#34 or nogic1008/nuxt-ts-template#404
Labels
Comments
(Standard |
rchl
added a commit
that referenced
this issue
Mar 8, 2021
The '$i18n' was already there but not `localePath` and other "root" APIs. Resolves #1031
rchl
added a commit
that referenced
this issue
Mar 8, 2021
The '$i18n' was already there but not `localePath` and other "root" APIs. Resolves #1031
This was referenced Mar 10, 2021
Closed
This was referenced Mar 16, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to use localeRoute in vuex store?
this.$router.push(this.localeRoute({ name: "home" }))
The text was updated successfully, but these errors were encountered: