halower / vue-tree

tree and multi-select component based on Vue.js 2.0
https://github.com/halower/vue2-tree/blob/master/README.md
MIT License
935 stars 209 forks source link

bugfix and optimize #177

Closed odanzhou closed 4 years ago

odanzhou commented 4 years ago
  1. 修复 #176
  2. 代码优化,分离节点属性状态 halfcheck 和 checked(之前两个属性同时为true才是半选状态)