mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-11-29 22:12:11 +08:00
fix(playgournd): 存在多个vue版本问题
This commit is contained in:
parent
1a08b16a39
commit
da9884645f
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user