refactor: tree component no node label
This commit is contained in:
parent
d8a6b346ab
commit
4ac31e3cb0
2 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ defineEmits<{
|
|||
:node-key="nodeKey"
|
||||
:label-key="labelKey"
|
||||
:children-key="childrenKey"
|
||||
:no-nodes-label="$t('general.noData')"
|
||||
v-model:expanded="expandedTree"
|
||||
style="color: var(--foreground)"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue