Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@

</div>


**提了 `pr` 原作者长时间没反应,着急用,发个临时版本先用着**

**慎用** **慎用** **慎用**
-----


> [Vue3 组件] 用于拖拽调整位置和大小的的组件,同时支持冲突检测,元素吸附对齐,实时参考线。
> [ Vue3 Component ] Draggable and resizable component for vue3, and, support element adsorption alignment, real-time reference line, etc.

Expand Down Expand Up @@ -243,6 +250,17 @@ You can use "v-model:active" to keeps it up-to-date
<Vue3DraggableResizable v-model:active="100" />
```

#### blur

type: `Boolean`<br>
default: `true`<br>

When clicking outside the component, whether to handle the loss of focus related behavior

```html
<Vue3DraggableResizable :blur="100" />
```

#### draggable

type: `Boolean`<br>
Expand Down
Loading