[Vuejs]-Installing vue-i18n causing error with vite

0👍

This is a lib version dependency error, in this case you are using Vue 2, and vue-i18n@9.2.2 needs Vue3, so you need upgrade Vue2 to Vue3(maybe i will brake your actual code) or downgrade vue-i18n to 8.x

Leave a comment