Skip to content

Commit 1ac3011

Browse files
committed
chore: remove path extensions
1 parent d18094f commit 1ac3011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ export default defineNuxtModule<ModuleOptions>({
9999
// always add plugins
100100
await addComponent({
101101
name: 'DelayHydration',
102-
filePath: resolve('runtime/components/DelayHydration.ts'),
102+
filePath: resolve('runtime/components/DelayHydration'),
103103
})
104104
await addComponent({
105105
name: 'HydrationStatus',
106-
filePath: resolve('runtime/components/HydrationStatus.vue'),
106+
filePath: resolve('runtime/components/HydrationStatus'),
107107
})
108108

109109
if (!nuxt.options.ssr) {

0 commit comments

Comments
 (0)