We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v6.3.0
https://codesandbox.io/s/nuxt-i18n-router-in-hash-mode-tl28z
router: { mode: 'hash' }
nuxt-i18n
"nuxt-i18n", { locales: ["en"], detectBrowserLanguage: { alwaysRedirect: true, fallbackLocale: "en" }, vueI18n: { fallbackLocale: 'en', messages: { en: { welcome: "Welcome" } } } }
http://localhost:3000
Index route is rendered
Blank page is shown
The text was updated successfully, but these errors were encountered:
getLocation
Successfully merging a pull request may close this issue.
Version
v6.3.0
Reproduction link
https://codesandbox.io/s/nuxt-i18n-router-in-hash-mode-tl28z
Steps to reproduce
router: { mode: 'hash' }
nuxt-i18n
to redirect to locale:http://localhost:3000
What is expected ?
Index route is rendered
What is actually happening?
Blank page is shown
The text was updated successfully, but these errors were encountered: