关于使用vue-i18n报Cannot read properties of undefined (reading ‘0‘)的问题 微笑的向日葵 2023-08-30 730 阅读1分钟 启动时报错 Cannot read properties of undefined (reading ‘0‘) 出现这个问题主要是因为版本问题。 npm install vue-i18n@8 或者在 package.json中替换vue-i18n的包 "vue-i18n": "^8.24.3",