1
0
mirror of synced 2026-03-23 11:18:36 +08:00

feat(editor, stage): 新增禁用多选的props

This commit is contained in:
roymondchen
2023-12-18 15:00:26 +08:00
parent 09fe6d29e2
commit 2a5b9ec6bd
12 changed files with 184 additions and 85 deletions

View File

@@ -923,4 +923,22 @@ const updateDragEl = (el, target) => {
<m-editor :disabled-drag-start="true"></m-editor>
</template>
```
## disabledMultiSelect
- **详情:**
禁止多选
- **类型:** `boolean`
- **默认值:** `false`
- **示例:**
```html
<template>
<m-editor :disabled-multi-select="true"></m-editor>
</template>
```