Skip to content

Commit 3536ade

Browse files
hewIngramhewIngram
and
hewIngram
authored
docs: clarify deprecation message for find and findAll (#1770)
Co-authored-by: hewIngram <[email protected]>
1 parent c4133d6 commit 3536ade

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/api/wrapper/find.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
::: warning Deprecation warning
44
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).
56
:::
67

78
Returns `Wrapper` of first DOM node or Vue component matching selector.

docs/api/wrapper/findAll.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
::: warning Deprecation warning
44
Using `findAll` to search for Components is deprecated and will be removed. Use `findAllComponents` instead.
5+
The `findAll` method will continue to work for finding elements using any valid [selector](../selectors.md).
56
:::
67

78
Returns a [`WrapperArray`](../wrapper-array/).

0 commit comments

Comments
 (0)