wchbrad / vue-easy-tree

A tree component based on vue2.x that supports a small amount of data or a large amount of data, multiple functions, and virtual scrolling.
MIT License
130 stars 40 forks source link

使用 setCheckedKeys 清空复选框选中状态会导致卡顿 #10

Closed 5201314999 closed 2 years ago

wchbrad commented 2 years ago

此问题已被 #5 优化,使用 this.$refs['treeSelect'].setCheckedAll(false) 清空所有复选框