Skip to content

Commit e32db03

Browse files
committed
Mark store as optional
1 parent fc27014 commit e32db03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type VueTestingLibraryRenderOptions = {
3434
/**
3535
* @deprecated Add a Vuex instance through `global.plugins` array instead.
3636
*/
37-
store: any
37+
store?: any
3838
/**
3939
* @deprecated Add a Router instance through `global.plugins` array instead.
4040
*/

0 commit comments

Comments
 (0)