首页 > 解决方案 > VUEJS - 找不到导出 i18n

问题描述

我在 VueJs 中遇到了 i18n 的问题。我尝试安装 i18n 插件,在“npm run serve”之后,我在浏览器中收到此错误:

vue-router.esm.js?8c4f:2314 TypeError: Cannot read property 'locale' of undefined

我终端我看到了这个:

 WARNING  Compiled with 2 warnings                                                                                                                                                                                    16:59:12

 warning  in ./src/plugins/Translation.js
"export 'i18n' was not found in '../i18n'
 warning  in ./src/main.js
"export 'i18n' was not found in './i18n'

我不明白出了什么问题。我看了这个教程: https ://www.youtube.com/watch?v=rRhBNfn8dEs&t=17s

谢谢!!

标签: vue.jsvuejs2vue-component

解决方案


推荐阅读