Fix build issue
This commit is contained in:
parent
962e789e1d
commit
9707ceb66d
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
:selectedAction="unref(selectedAction)"
|
||||
@mouseDown="mouseDown"
|
||||
@endDragging="endDragging"
|
||||
@clickAction="actionId => clickAction(node, actionId)"
|
||||
@clickAction="(actionId: string) => clickAction(node, actionId)"
|
||||
/>
|
||||
</g>
|
||||
</transition-group>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
:node="node"
|
||||
:node-type="nodeType"
|
||||
:selected-action="selectedAction"
|
||||
@click-action="actionId => emit('clickAction', actionId)"
|
||||
@click-action="(actionId: string) => emit('clickAction', actionId)"
|
||||
/>
|
||||
|
||||
<g
|
||||
|
|
Loading…
Reference in a new issue