vue-i18n警告

2023-06-14,,

vue3引入vue-i18n警告

bundler build of vue-i18n. It is recommended to configure your bundler to explicitly replace feature flag globals with boolean literals to get proper tree-shaking in the final bundle.

vue-i18n版本"vue-i18n": "^9.1.9",

import { createI18n } from 'vue-i18n';
// 改成
import { createI18n } from 'vue-i18n/dist/vue-i18n.cjs.js';

vue-i18n警告的相关教程结束。

《vue-i18n警告.doc》

下载本文的Word格式文档,以方便收藏与打印。