vue-admin-template 添加 tagsview

2021-05-14  本文已影响0人  再回首已落幕

网上都是一个版本,很容易就能搜到,例如:

https://www.cnblogs.com/flypig666/p/11854538.html?tdsourcetag=s_pctim_aiomsg

问题:控制台报错:

this.$te is not a function
this.$t is not a function

解决:检查发现以上两个方法出现在@/utils/i18n.js内,


image.png

根据注释,才发现main.js没引入@/lang/index.js
引入之后,还缺少一个依赖包,下载后就好了

npm install vue-i18n
上一篇 下一篇

猜你喜欢

热点阅读