This commit is contained in:
梁灏 2017-11-07 18:09:01 +08:00
parent 9f5a643a16
commit cd92d87821
2 changed files with 19 additions and 4 deletions

View file

@ -68,6 +68,11 @@
prefixCls: prefixCls
};
},
watch: {
content () {
this.updatePopper();
}
},
methods: {
handleShowPopper() {
if (this.timeout) clearTimeout(this.timeout);