Update cascader.vue

pull/21697/head
leisureSkyblue 2022-02-14 16:08:46 +08:00 committed by GitHub
parent 473ef53f93
commit bebae5a17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -450,6 +450,7 @@ export default {
handleClear() {
this.presentText = '';
this.panel.clearCheckedNodes();
this.$emit('clear');
},
handleExpandChange(value) {
this.$nextTick(this.updatePopper.bind(this));