amsik / liquor-tree

Tree component based on Vue.js
MIT License
398 stars 93 forks source link

Disable check for children of checked node #196

Open mohammad-zr opened 4 years ago

mohammad-zr commented 4 years ago

Is there anyway to disable checking nodes that have a checked parent? node1 -----node1-1 -----node1-2 ----------node1-2-1

i want to disable check on node1-1, node1-2, node1-2-1 when node1 is checked