97fc3d2761ea506c8dfcc5794469ea4.png
6898a680654d568ea1f470327b14bb1.png
这两种都是iview与i18n冲突有兼容问题 main.js加两行代码解决

Vue.use(iview, {
  i18n: (key, value) => i18n.t(key, value),
});
// 重点
Vue.prototype._i18n = i18n;
Vue.locale = () => {};

馮寳寳
21 声望0 粉丝

人生,可以追求,切莫攀比。你虚荣可以,但一定要靠自己。