We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc27014 commit e32db03Copy full SHA for e32db03
types/index.d.ts
@@ -34,7 +34,7 @@ type VueTestingLibraryRenderOptions = {
34
/**
35
* @deprecated Add a Vuex instance through `global.plugins` array instead.
36
*/
37
- store: any
+ store?: any
38
39
* @deprecated Add a Router instance through `global.plugins` array instead.
40
0 commit comments