fix(playgournd): 存在多个vue版本问题

This commit is contained in:
roymondchen 2025-11-11 16:36:25 +08:00
parent 1a08b16a39
commit da9884645f

View File

@ -80,7 +80,9 @@ export default defineConfig({
find: /^@tmagic\/tdesign-vue-next-adapter/,
replacement: path.join(__dirname, '../packages/tdesign-vue-next-adapter/src/index.ts'),
},
] : [],
] : [
{ find: 'vue', replacement: path.join(__dirname, './node_modules/vue') },
],
},
optimizeDeps: {