Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 062997c

Browse files
committedFeb 13, 2021
Mark store as optional
1 parent 544c49d commit 062997c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎types/index.d.ts

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.