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
The locale is wrong if I use dynamic import (e.g., in router).
locale
router
const WizardPage = () => import( /* webpackChunkName: 'page-apply' */ "@/views/WizardPage/WizardPage.vue" );
Then, all the routes have the same locale.
"vite-ssg": "0.23.8", "vue": "3.5.8", "vue-i18n": "9.13.1",
"vite-ssg": "0.23.8",
"vue": "3.5.8",
"vue-i18n": "9.13.1",
Running vite-ssg build
System: OS: macOS 12.5.1 CPU: (10) arm64 Apple M1 Pro Memory: 65.67 MB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 20.11.1 - ~/.nvm/versions/node/v20.11.1/bin/node Yarn: 1.22.22 - /usr/local/bin/yarn npm: 10.2.4 - ~/.nvm/versions/node/v20.11.1/bin/npm Browsers: Chrome: 129.0.6668.90 Safari: 15.6.1
yarn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The
locale
is wrong if I use dynamic import (e.g., inrouter
).const WizardPage = () => import( /* webpackChunkName: 'page-apply' */ "@/views/WizardPage/WizardPage.vue" );
Then, all the routes have the same locale.
"vite-ssg": "0.23.8",
"vue": "3.5.8",
"vue-i18n": "9.13.1",
Reproduction
Running vite-ssg build
System Info
Used Package Manager
yarn
Validations
Contributions
The text was updated successfully, but these errors were encountered: