Run "yarn build:docs"

This commit is contained in:
Eric Liu 2023-11-11 13:43:09 -08:00
commit a48afb5889
4 changed files with 32 additions and 5 deletions

View file

@ -72,4 +72,12 @@
on:select="{({ detail }) => console.log('select', detail)}"
on:toggle="{({ detail }) => console.log('toggle', detail)}"
on:focus="{({ detail }) => console.log('focus', detail)}"
/>
let:node
>
{node.id}
{node.disabled}
{node.expanded}
{node.leaf}
{node.selected}
{node.text}
</TreeView>