refactor: add deletable to tree

This commit is contained in:
Methapon Metanipat 2024-10-15 16:05:54 +07:00
parent 0a447a21f9
commit e0716c6532

View file

@ -537,6 +537,7 @@ watch(
v-model:nodes="nodes"
expandable
movable
deleteable
selectable
:selected-node="selectedNode"
@move-up="(node) => toggleMove(node, 'up')"