ParadeTo / vue-tree-list

🌲A vue component for tree structure
http://paradeto.com/vue-tree-list/
MIT License
660 stars 127 forks source link

Feature: Add CSS class to selected node. Added prop to change default… #92

Open TheFoot opened 4 years ago

TheFoot commented 4 years ago

… 'active' class.

TheFoot commented 4 years ago

@ParadeTo I added a prop defaultNodeActiveClass with a default value of active. Selected node is tracked using data.selectedId. Also updated the readme..

TheFoot commented 4 years ago

This has a bug - it isn't de-selecting non selected nodes.. working on a fix atm.

TheFoot commented 4 years ago

This has a bug - it isn't de-selecting non selected nodes.. working on a fix atm.

Fixed.