mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 04:08:10 +08:00
Tree: make checkStrictly responsive (#10867)
* Tree: fix model.TreeStore.checkStrictly doesn't change along with the change of tree.props.checkStrictly * Update tree.vue
This commit is contained in:
parent
8ce14faacc
commit
6443850aa3
@ -162,6 +162,10 @@
|
||||
Array.prototype.forEach.call(val, (checkbox) => {
|
||||
checkbox.setAttribute('tabindex', -1);
|
||||
});
|
||||
},
|
||||
|
||||
checkStrictly(newVal) {
|
||||
this.store.checkStrictly = newVal;
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user