refactor: add deletable to tree
This commit is contained in:
parent
0a447a21f9
commit
e0716c6532
1 changed files with 1 additions and 0 deletions
|
|
@ -537,6 +537,7 @@ watch(
|
|||
v-model:nodes="nodes"
|
||||
expandable
|
||||
movable
|
||||
deleteable
|
||||
selectable
|
||||
:selected-node="selectedNode"
|
||||
@move-up="(node) => toggleMove(node, 'up')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue