We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38072d5 commit a451289Copy full SHA for a451289
docs/zh/api/wrapper/findAllComponents.md
@@ -19,5 +19,5 @@ const wrapper = mount(Foo)
19
const bar = wrapper.findAllComponents(Bar).at(0)
20
expect(bar.exists()).toBeTruthy()
21
const bars = wrapper.findAllComponents(Bar)
22
-expect(bar).toHaveLength(1)
+expect(bars).toHaveLength(1)
23
```
0 commit comments