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
You have added a deprecation note about wrapper.find to not use it anymore for vue component search. This is true for wrapper.get as well, because it internally also uses .find(...).
…ge (#1688)
If `wrapper.get` was called with a vue component instance, a misleading deprecation note was shown
to the user. This fix includes the `get` method into the deprecation message
fix#1687
Co-authored-by: Valentin Palkovič <[email protected]>
Documentation Feedback
You have added a deprecation note about
wrapper.find
to not use it anymore for vue component search. This is true forwrapper.get
as well, because it internally also uses.find(...)
.Affected documentation page: Insert a link to the affected page
https://github.com/vuejs/vue-test-utils/blob/99948f58a2f1ef1362fe9e4bf5aca266541a0d35/docs/api/wrapper/get.md
The text was updated successfully, but these errors were encountered: