报警:
You are running the esm-bundler build of vue-i18n. It is recommended to conf
解决:
在vue.config.js文件里添加
chainWebpack:config => { config.resolve.alias.set('vue-i18n', 'vue-i18n/dist/vue-i18n.cjs.js') },