Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Below is a snipped of the index.d.mts file from Vuetify.
But according to the Vue documentation, but I believe this should now be just
declare module 'vue'
. Can anyone verify this? Here is a link from the Vue docs. https://vuejs.org/guide/typescript/options-api.html#augmenting-global-propertiesIf you look at the vue-router releases, they had the same issue and fixed it. I'm having issues where I can't use
{{ $route }}
because any library that uses `declare module '@vue/runtime-core' essentially causes all other shared namespaces to have issues.Here's a link to the release notes of Vue Router talking about it.
https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md#bug-fixes-2
Beta Was this translation helpful? Give feedback.
All reactions