1
0
mirror of synced 2026-04-03 06:28:35 +08:00

feat(stage,editor): 拖入指定容器支持配置成按住alt才开启

This commit is contained in:
roymondchen
2022-08-12 15:34:31 +08:00
committed by jia000
parent b1ce0be682
commit 4f8ea94ee8
7 changed files with 69 additions and 11 deletions

View File

@@ -360,6 +360,22 @@ icon使用的是[element-plus icon](https://element-plus.org/zh-CN/component/ico
识别到容器后会给其dom上添加的class
### containerHighlightType
- **类型:** 'default' | 'alt' | '';
- **默认值:** 'default'
- **详情:**
启动方式
default: 停留在画布上启动识别
alt: 按住alt键启动识别
其他值:不启动
## slots