1
0
mirror of synced 2025-11-06 04:21:02 +08:00

chore: 修复报错

This commit is contained in:
roymondchen
2024-03-13 19:57:35 +08:00
parent 38145ff461
commit f881b9ea3b
4 changed files with 45 additions and 26 deletions

View File

@@ -69,8 +69,6 @@ export default defineConfig({
find: /^@tmagic\/element-plus-adapter/,
replacement: path.join(__dirname, '../packages/element-plus-adapter/src/index.ts'),
},
{ find: /^vue$/, replacement: path.join(__dirname, 'node_modules/vue/dist/vue.esm-bundler.js') },
{ find: /^element-plus$/, replacement: path.join(__dirname, 'node_modules/element-plus/es/index.mjs') },
],
},