diff --git a/vite.config.ts b/vite.config.ts index be9e334..707f237 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -87,7 +87,9 @@ const LayouitPlugin = (): Plugin => { } export default defineConfig({ - dedupe: ['vue'], + resolve: { + dedupe: ['vue'] + }, plugins: [ vuePlugin({ refTransform: true,