fixed #1482
This commit is contained in:
parent
9f5a643a16
commit
cd92d87821
2 changed files with 19 additions and 4 deletions
|
@ -68,6 +68,11 @@
|
|||
prefixCls: prefixCls
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
content () {
|
||||
this.updatePopper();
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
handleShowPopper() {
|
||||
if (this.timeout) clearTimeout(this.timeout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue