Guest User

Untitled

a guest
Nov 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <q-tree
  2. ref="folders"
  3. :nodes="rootDir"
  4. label-key="label"
  5. node-key="nodeKey"
  6. accordion
  7. default-expand-all
  8. :selected.sync="selected"
  9. @lazy-load="lazyLoad"
  10. />
Add Comment
Please, Sign In to add comment