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
):