You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vue-i18n@latest is no longer compatible with vue-router@latest
Expected behavior
vue-i18n should replaces declare module '@vue/runtime-core' with declare module 'vue'like it's supposed to be. If you are also augmenting @vue/runtime-core, you will likely have to change it to vue.
Reporting a bug?
vue-i18n@latest is no longer compatible with vue-router@latest
Expected behavior
vue-i18n should replaces
declare module '@vue/runtime-core'
withdeclare module 'vue'
like it's supposed to be. If you are also augmenting@vue/runtime-core
, you will likely have to change it tovue
.What did vue-router do
Reproduction
Problem Like This
System Info
Screenshot
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: