Created
November 18, 2018 19:09
-
-
Save hawkeye64/18b60d02ce1f14191034b64c2c003164 to your computer and use it in GitHub Desktop.
QTree html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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