Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update find -> find components in options doc
It was older name of the method used for examples.
  • Loading branch information
Th3Un1q3 authored Sep 10, 2020
commit 9f24aa09e57c1be8f44c08daead4a102138562a4
2 changes: 1 addition & 1 deletion docs/api/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const WrapperComp = {
ComponentUnderTest
}
}
const wrapper = mount(WrapperComp).find(ComponentUnderTest)
const wrapper = mount(WrapperComp).findComponent(ComponentUnderTest)
```

## stubs
Expand Down