Skip to content

Commit bd5334d

Browse files
committed
Fix wording
1 parent 6531970 commit bd5334d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function render(
2727
if (store || routes) {
2828
console.warn(`Providing 'store' or 'routes' options is now deprecated.
2929
You need to create a router/vuex plugin and provide it through 'global.plugins'.
30-
See here for more information:`)
30+
Check out the test examples on GitHub for further details.`)
3131
}
3232

3333
const wrapper = mount(Component, {

0 commit comments

Comments
 (0)