File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
::: warning Deprecation warning
4
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 ) .
5
6
:::
6
7
7
8
Returns ` Wrapper ` of first DOM node or Vue component matching selector.
Original file line number Diff line number Diff line change 2
2
3
3
::: warning Deprecation warning
4
4
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 ) .
5
6
:::
6
7
7
8
Returns a [ ` WrapperArray ` ] ( ../wrapper-array/ ) .
You can’t perform that action at this time.
0 commit comments