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

feat: 支持将组件拖动到指定容器

This commit is contained in:
roymondchen
2022-07-14 18:59:46 +08:00
committed by jia000
parent f3e2d9ca39
commit de0c6952c7
24 changed files with 553 additions and 258 deletions

View File

@@ -19,6 +19,7 @@ export default defineConfig({
include: [
'./packages/editor/tests/unit/utils/**',
'./packages/editor/tests/unit/services/**',
'./packages/stage/tests/**',
'./packages/utils/tests/**',
],
environment: 'jsdom',