We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de04fcf + 85643da commit 9a83561Copy full SHA for 9a83561
1 file changed
docs/vue-testing-library/intro.mdx
@@ -20,9 +20,14 @@ In short, Vue Testing Library does three things:
20
21
## Quickstart
22
23
+If using Vue2
24
```
25
npm install --save-dev @testing-library/vue
26
27
+If using Vue3
28
+```
29
+npm install --save-dev @testing-library/vue@next
30
31
32
You can now use all of `DOM Testing Library`'s `getBy`, `getAllBy`, `queryBy`
33
and `queryAllBy` commands. See here the
0 commit comments