diff --git a/vite.config.js b/vite.config.js index cee14a23..ee48ec7a 100644 --- a/vite.config.js +++ b/vite.config.js @@ -6,6 +6,7 @@ import { resolve } from 'path'; export default defineConfig({ plugins: [createVuePlugin({})], resolve: { + dedupe: ['vue'], alias: { '@': resolve(__dirname, 'src'), },