新建项目,低代码运行时出错
#1332
Replies: 3 comments 2 replies
-
可以看下 vue-i18n 的版本是不是与 |
Beta Was this translation helpful? Give feedback.
0 replies
-
如不使用 vue-i18n ,要做哪些修改? |
Beta Was this translation helpful? Give feedback.
1 reply
-
我要用 uniapp 将代码打包成安卓平板app, uniapp用的 vue-i18n 是 9.1.9 版本,编译时 import { I18nInjectionKey } from 'vue-i18n' 这行会出错,9.1.9版本中没有 I18nInjectionKey ; 而我的项目并没有用到 vue-i18n , 所以想问下在低代码如果不使用 vue-i18n ,要做哪些修改? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
新建的一个平板端的项目, 加了 import { I18nInjectionKey } from 'vue-i18n' 这行代码,在运行就会出错,请问如何解决
附件为package.json
package.json
Beta Was this translation helpful? Give feedback.
All reactions