- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 356
nuxt3 integration #1044
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
nuxt3 integration #1044
Conversation
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
docs/guide/integrations/nuxt3.md
Outdated
+ <option value="ja">ja</option> | ||
+ </select> | ||
+ </form> | ||
+ </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
</div>
is already in app.vue
, not a new addition, so no plus sign is needed at the beginning of the line.
docs/guide/integrations/nuxt3.md
Outdated
legacy: false, | ||
globalInjection: true, | ||
locale: 'en', | ||
- messages: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't seem like there should be a minus sign in front of messages
, since en, fr, ja
are all in the messages
option.
Co-authored-by: Fuqiao Xue <xfq@w3.org>
Co-authored-by: Fuqiao Xue <xfq@w3.org>
Co-authored-by: Fuqiao Xue <xfq@w3.org>
Co-authored-by: Fuqiao Xue <xfq@w3.org>
Co-authored-by: Fuqiao Xue <xfq@w3.org>
Co-authored-by: Fuqiao Xue <xfq@w3.org>
Co-authored-by: Fuqiao Xue <xfq@w3.org>
@xfq |
+ alias: { | ||
+ 'vue-i18n': 'vue-i18n/dist/vue-i18n.runtime.esm-bundler.js' | ||
+ } | ||
+ }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@atinux
vite.resolve.alias
isn't needed no longer, so It's set in @intlify/unplugin-vue-i18n
.
https://github.com/intlify/bundle-tools/releases/tag/unplugin-vue-i18n%400.3.0
No description provided.