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
Prev Previous commit
Option doc update find -> findComponent in example
zn version
  • Loading branch information
Th3Un1q3 authored Sep 10, 2020
commit d98a7f8109cc68e573dd9b3f8e68b6dbada20e8a
2 changes: 1 addition & 1 deletion docs/zh/api/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const WrapperComp = {
ComponentUnderTest
}
}
const wrapper = mount(WrapperComp).find(ComponentUnderTest)
const wrapper = mount(WrapperComp).findComponent(ComponentUnderTest)
```

## stubs
Expand Down