Skip to content

Commit

Permalink
Update tree.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelar committed Aug 7, 2024
1 parent 307abf3 commit 5fa8a6a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion template/tailwind/vue-component/tree.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<div id="{$idAttr}" class="{$classAttr}" {$attributes}>
<fohn-tree :options="{$options}" :pt-props="{$ptProps}" :nodes="{$nodes}" #default="@{nodes, selectNode, unSelectNode, selectedKey, ptProps, updateSelection}">
<fohn-tree
:extended-node-options="{$options}"
:pt-props="{$ptProps}"
:node-value="{$nodeValue}"
:callback-url="{$callbackUrl}"
:nodes="{$nodes}"
#default="@{nodes, selectNode, unSelectNode, selectedKey, ptProps, updateSelection}">
<Tree @update:selection-keys="updateSelection"
:selection-keys="selectedKey"
@node-select="selectNode"
Expand Down

0 comments on commit 5fa8a6a

Please sign in to comment.