You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's recommended to only have one resize observer since using more might cause performance issues (see WICG/resize-observer#59 (comment)). We currently have a few of them in place. Best would be to centralize them (App.vue in runtime?) and provide the necessary values either via a store or via Vue's provide.
The text was updated successfully, but these errors were encountered:
It's recommended to only have one resize observer since using more might cause performance issues (see WICG/resize-observer#59 (comment)). We currently have a few of them in place. Best would be to centralize them (
App.vue
in runtime?) and provide the necessary values either via a store or via Vue'sprovide
.The text was updated successfully, but these errors were encountered: