mirror of https://github.com/ElemeFE/element
Update cascader.vue
parent
473ef53f93
commit
bebae5a17f
|
@ -450,6 +450,7 @@ export default {
|
|||
handleClear() {
|
||||
this.presentText = '';
|
||||
this.panel.clearCheckedNodes();
|
||||
this.$emit('clear');
|
||||
},
|
||||
handleExpandChange(value) {
|
||||
this.$nextTick(this.updatePopper.bind(this));
|
||||
|
|
Loading…
Reference in New Issue