Skip to content

Commit e995517

Browse files
authored
docs: Clarify compatible versions for Vue 2 and Vue 3
Clarify compatible versions for Vue 2 and Vue 3
2 parents 78d1ae6 + ac0737e commit e995517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vue-testing-library/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ In short, Vue Testing Library does three things:
2222

2323
If using Vue2
2424
```
25-
npm install --save-dev @testing-library/vue
25+
npm install --save-dev @testing-library/vue@5
2626
```
2727
If using Vue3
2828
```
29-
npm install --save-dev @testing-library/vue@next
29+
npm install --save-dev @testing-library/vue
3030
```
3131

3232
You can now use all of `DOM Testing Library`'s `getBy`, `getAllBy`, `queryBy`

0 commit comments

Comments
 (0)