Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 629 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 629 Bytes

demo_tree_view_vue

It's a simple tree view based on an official example on the website of Vue.js, expanded a little bit just for learning Vue.

  • Single click on folder name to toggle folder.
  • Double click on item name to make folder.
  • Single click on "[ e ]" by the right of item of folder name to edit the name. When in the editing mode, press "enter" or click elsewhere (blur) to switch back to text display.
  • Single click on "[ x ]" by the right of item of folder name to delete.
  • Single click on "[ + ]" at the bottom of item children list to append new child item.