Vue.use(VueI18n)报错问题Uncaught TypeError: Cannot read properties of undefined(reading 'install')

我的vue版本和i18n版本如下


image.png

项目启动之后 报错了


image.png

我的解决办法是把i18n的版本 改为了 8.26.7 ,再启动项目就可以了
npm install [email protected] -S
image.png

你可能感兴趣的:(Vue.use(VueI18n)报错问题Uncaught TypeError: Cannot read properties of undefined(reading 'install'))