mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-12 19:52:49 +00: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/,
|
find: /^@tmagic\/tdesign-vue-next-adapter/,
|
||||||
replacement: path.join(__dirname, '../packages/tdesign-vue-next-adapter/src/index.ts'),
|
replacement: path.join(__dirname, '../packages/tdesign-vue-next-adapter/src/index.ts'),
|
||||||
},
|
},
|
||||||
] : [],
|
] : [
|
||||||
|
{ find: 'vue', replacement: path.join(__dirname, './node_modules/vue') },
|
||||||
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user