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 CSS Selector, the element binding Vue instance is wrapped by Wrapper.
Using CSS Selector, the element binding Vue instance is wrapped by VueWrapper.
I think it might be necessary and obvious.
The text was updated successfully, but these errors were encountered:
38elements
changed the title
Return VueWrapper If element is binding Vue instance
Return VueWrapper instance If element is binding Vue instance
Jun 6, 2018
What problem does this feature solve?
Currently, using CSS Selector, the element binding Vue instance is wrapped by Wrapper.
Using CSS Selector, the element binding Vue instance is wrapped by VueWrapper.
I think it might be necessary and obvious.
What does the proposed API look like?
component.vue
component-with-child.vue
The text was updated successfully, but these errors were encountered: