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"
|
v-model:nodes="nodes"
|
||||||
expandable
|
expandable
|
||||||
movable
|
movable
|
||||||
|
deleteable
|
||||||
selectable
|
selectable
|
||||||
:selected-node="selectedNode"
|
:selected-node="selectedNode"
|
||||||
@move-up="(node) => toggleMove(node, 'up')"
|
@move-up="(node) => toggleMove(node, 'up')"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue