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, using VueComponent Selector works with plugin components (e.g. BootstrapVue), but the return from find() method is wrapped by Wrapper instead of VueWrapper.
We need the VueWrapper so we can access the Vue instance
What problem does this feature solve?
Currently, using VueComponent Selector works with plugin components (e.g. BootstrapVue), but the return from find() method is wrapped by Wrapper instead of VueWrapper.
We need the VueWrapper so we can access the Vue instance
What does the proposed API look like?
vCustomButton.ts
vCustomButton.spec.ts
The text was updated successfully, but these errors were encountered: