File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function render(
26
26
27
27
if ( store || routes ) {
28
28
console . warn ( `Providing 'store' or 'routes' options is now deprecated.
29
- You need to create a router/vuex plugin and provide it through 'global.plugins'.
29
+ You need to create a router/vuex instance and provide it through 'global.plugins'.
30
30
Check out the test examples on GitHub for further details.` )
31
31
}
32
32
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ type VueTestUtilsRenderOptions = Omit<
32
32
>
33
33
type VueTestingLibraryRenderOptions = {
34
34
/**
35
- * @deprecated Use `global.plugins` array instead.
35
+ * @deprecated Add a Vuex instance through `global.plugins` array instead.
36
36
*/
37
37
store : any
38
38
/**
39
- * @deprecated Use `global.plugins` array instead.
39
+ * @deprecated Add a Router instance through `global.plugins` array instead.
40
40
*/
41
41
routes ?: any
42
42
container ?: Element
You can’t perform that action at this time.
0 commit comments