Beliol
Beliol
NNuxt
Created by Laurent.C on 8/7/2024 in #❓・help
Typescript Error with dynamic slots.
If you have an Import error, i created a file "shims-vue.d.ts" with this code in it :
declare module '*.vue' {
import { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
}
declare module '*.vue' {
import { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
}
4 replies
NNuxt
Created by Laurent.C on 8/7/2024 in #❓・help
Typescript Error with dynamic slots.
Which version of Nuxt are you using? I encountered the same error with Nuxt v3.12.4. I switched to Nuxt v3.12.2, and it worked.
4 replies