Problem generic typescript
why now i get error for i18n and lodash for typescirpt?
Property '$t' does not exist on type '{ $: ComponentInternalInstance; $data:[...]
Property 'useGet' does not exist on type '{ $: ComponentInternalInstance; $data:[...]
7 Replies
reproduction: https://codesandbox.io/p/devbox/weathered-brook-g3klnn
GitHub
fix(nuxt): augment
@vue/runtime-core
and @vue/runtime-dom
by da...π Linked issue
resolves #28373, resolves #28440
π Description
Currently we need to augment vue, @vue/runtime-dom and @vue/runtime-core - or it will be possible that a library which augments only on...
Got the same problem but it's hard to fix
I think this will fix it? https://github.com/nuxt/nuxt/pull/28709 hopefully in a patch release of 3.13
GitHub
fix(nuxt): handle mismatching declaration/plugin extensions by dani...
π Linked issue
π Description
This is a hotfix for #28672 to handle mismatching plugin types until the ecosystem updates to @nuxt/module-builder@>=0.8.0.
Nice thank you. I'll also wait for a stable release patch for Vuetify π
I also use vuetify. I didn't realize that also had the issue. @danielroe do you plan to do a patch release with your workaround?
yes.