Fix glitch
This commit is contained in:
parent
2fcf6fb0fd
commit
c628bdb7a6
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ export default {
|
|||
|
||||
calc();
|
||||
|
||||
vn.context.$on('hook:activated', calc);
|
||||
|
||||
const ro = new ResizeObserver((entries, observer) => {
|
||||
calc();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue