网上都是一个版本,很容易就能搜到,例如:
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