fix: warning in console
This commit is contained in:
parent
7476133bef
commit
bc4f954fb4
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ defineEmits<{
|
|||
<KebabAction
|
||||
v-if="action && !node.actionDisabled"
|
||||
:id-name="node.name"
|
||||
status="ACTIVE"
|
||||
@view="$emit('view', node)"
|
||||
@edit="$emit('edit', node)"
|
||||
@delete="$emit('delete', node)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue