Skip to content

Commit b7f1635

Browse files
FeliciousXeddyerburgh
authored andcommitted
docs: add Peer Dependency documentation (vuejs#548)
1 parent 8f205c0 commit b7f1635

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ npm install --save-dev @vue/test-utils
1515
npm install --save-dev @vue/server-test-utils
1616
```
1717

18+
## Peer Dependencies
19+
You need to install `vue-template-compiler` which is used to compiled components. It should be the same version as the version of Vue you are using.
20+
21+
```
22+
npm install --save-dev vue-template-compiler
23+
```
24+
1825
## Documentation
1926

2027
Refer to the [documentation](https://vue-test-utils.vuejs.org/)

0 commit comments

Comments
 (0)