We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18094f commit 1ac3011Copy full SHA for 1ac3011
src/module.ts
@@ -99,11 +99,11 @@ export default defineNuxtModule<ModuleOptions>({
99
// always add plugins
100
await addComponent({
101
name: 'DelayHydration',
102
- filePath: resolve('runtime/components/DelayHydration.ts'),
+ filePath: resolve('runtime/components/DelayHydration'),
103
})
104
105
name: 'HydrationStatus',
106
- filePath: resolve('runtime/components/HydrationStatus.vue'),
+ filePath: resolve('runtime/components/HydrationStatus'),
107
108
109
if (!nuxt.options.ssr) {
0 commit comments