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
The src/types/index.ts file is augmenting @vue/runtime-core instead of vue. Please see the Vue docs for Augmenting Global Properties.
Also, please see the 4.4.1 patch release notes for vue-router that addresses this same issue, and warns that other packages will also need to update their code.
Describe the bug
The
src/types/index.ts
file is augmenting@vue/runtime-core
instead ofvue
. Please see the Vue docs for Augmenting Global Properties.Also, please see the 4.4.1 patch release notes for
vue-router
that addresses this same issue, and warns that other packages will also need to update their code.Reproduction Steps?
I am having the same problem as mentioned in this issue:
intlify/vue-i18n#1919 (comment)
The only sub-dependency that is still augmenting
@vue/runtime-core
instead ofvue
in my codebase isokta-vue
.SDK Versions
System:
Binaries:
Browsers:
npmPackages:
Additional Information
No response
The text was updated successfully, but these errors were encountered: