Merge pull request #1190 from asanovr/patch-1

TreeSelect node-unselect not triggered
pull/1281/head
Cagatay Civici 2021-05-18 12:43:29 +03:00 committed by GitHub
commit bc8a5154a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ export default {
}
},
onNodeUnselect(node) {
this.$emit('node-select', node);
this.$emit('node-unselect', node);
},
onNodeToggle(keys) {
this.expandedKeys = keys;