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) => {
|
||||
if (val) {
|
||||
this.handleResize();
|
||||
this.$nextTick(() => {
|
||||
this.handleResize();
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue