feat: add filter node by text

This commit is contained in:
Methapon Metanipat 2024-10-16 13:19:31 +07:00
parent f01e3d4ca9
commit 35c8a0ffb3
2 changed files with 197 additions and 170 deletions

View file

@ -540,6 +540,7 @@ watch(
movable
deleteable
selectable
:filter-text="inputSearch"
:selected-node="selectedNode"
@move-up="(node) => toggleMove(node, 'up')"
@move-down="(node) => toggleMove(node, 'down')"