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: https://github.com/intlify/vue-i18n/pull/1919#issuecomment-2294898187
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