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
When I try to use v-resize on a component or root node, it will never fire.
However when I do this on the first element inside the root element of a custom component it works fine.
I tried adding the directive globally and in the modules themselves, all give the exact same results
When I try to use
v-resize
on a component or root node, it will never fire.However when I do this on the first element inside the root element of a custom component it works fine.
I tried adding the directive globally and in the modules themselves, all give the exact same results
Does not work (inside
App.vue
):Also does not work on root element of component (inside
TheAppBar.vue
)Works on first element inside root element of custom component (
TheAppBar.vue
):The text was updated successfully, but these errors were encountered: