Skip to content

A simple tree view from Vue official examples, expanded a little bit.

Notifications You must be signed in to change notification settings

Fleeting198/demo_tree_view_vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple tree view from Vue official examples, expanded a little bit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published