We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4133d6 commit 3536adeCopy full SHA for 3536ade
docs/api/wrapper/find.md
@@ -2,6 +2,7 @@
2
3
::: warning Deprecation warning
4
Using `find` to search for a Component is deprecated and will be removed. Use [`findComponent`](./findComponent.md) instead.
5
+The `find` method will continue to work for finding elements using any valid [selector](../selectors.md).
6
:::
7
8
Returns `Wrapper` of first DOM node or Vue component matching selector.
docs/api/wrapper/findAll.md
Using `findAll` to search for Components is deprecated and will be removed. Use `findAllComponents` instead.
+The `findAll` method will continue to work for finding elements using any valid [selector](../selectors.md).
Returns a [`WrapperArray`](../wrapper-array/).
0 commit comments