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
Currently the {on} config option just does vm.$on(x) after mountitng, but this means you're not really testing a component that has been given v-on bindings. It would be better if we added them to the template wrapper instead.
The text was updated successfully, but these errors were encountered:
Currently the {on} config option just does
vm.$on(x)
after mountitng, but this means you're not really testing a component that has been given v-on bindings. It would be better if we added them to the template wrapper instead.The text was updated successfully, but these errors were encountered: