This commit is contained in:
parent
36c9659054
commit
0168961b26
1 changed files with 3 additions and 1 deletions
|
@ -1084,7 +1084,9 @@
|
||||||
|
|
||||||
this.$on('on-visible-change', (val) => {
|
this.$on('on-visible-change', (val) => {
|
||||||
if (val) {
|
if (val) {
|
||||||
|
this.$nextTick(() => {
|
||||||
this.handleResize();
|
this.handleResize();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue