Skip to content

Instantly share code, notes, and snippets.

@hawkeye64
Created November 18, 2018 19:09
Show Gist options
  • Save hawkeye64/18b60d02ce1f14191034b64c2c003164 to your computer and use it in GitHub Desktop.
Save hawkeye64/18b60d02ce1f14191034b64c2c003164 to your computer and use it in GitHub Desktop.
QTree html
<q-tree
ref="folders"
:nodes="rootDir"
label-key="label"
node-key="nodeKey"
accordion
default-expand-all
:selected.sync="selected"
@lazy-load="lazyLoad"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment