Skip to content

Commit 06b80f2

Browse files
committed
fix(plugin): nuxt HMR import bug
1 parent 4fd288e commit 06b80f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default defineNuxtModule<ModuleOptions>({
127127
})
128128

129129
addPluginTemplate({
130-
filename: 'plugins/nuxt-quasar-vite.ts',
130+
filename: 'quasar/plugin.ts',
131131
mode: 'all',
132132
write: true,
133133
getContents: () => {

0 commit comments

Comments
 (0)