We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f205c0 commit b7f1635Copy full SHA for b7f1635
README.md
@@ -15,6 +15,13 @@ npm install --save-dev @vue/test-utils
15
npm install --save-dev @vue/server-test-utils
16
```
17
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
25
## Documentation
26
27
Refer to the [documentation](https://vue-test-utils.vuejs.org/)
0 commit comments