Skip to content

Commit d2c0273

Browse files
kazuponeddyerburgh
authored andcommitted
Improve docs (vuejs#92)
* docs: fix links * docs: add vue-router using link to TOC of README * docs: fix spelling inconsistency
1 parent 131ab9f commit d2c0273

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/en/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [Choosing a test runner](guides/choosing-a-test-runner.md)
99
* [Testing SFCs with Jest](guides/testing-SFCs-with-jest.md)
1010
* [Testing SFCs with Mocha + webpack](guides/testing-SFCs-with-mocha-webpack.md)
11+
* [Using with Vue Router](guides/using-with-router.md)
1112
* [Using with Vuex](guides/using-with-vuex.md)
1213
* [API](api/README.md)
1314
* [createLocalVue](api/createLocalVue.md)

docs/en/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* [Choosing a test runner](guides/choosing-a-test-runner.md)
77
* [Testing SFCs with Jest](guides/testing-SFCs-with-jest.md)
88
* [Testing SFCs with Mocha + webpack](guides/testing-SFCs-with-mocha-webpack.md)
9-
* [Using with vue-router](guides/using-with-vuex.md)
10-
* [Using with vuex](guides/using-with-vuex.md)
9+
* [Using with Vue Router](guides/using-with-router.md)
10+
* [Using with Vuex](guides/using-with-vuex.md)
1111
* [API](api/README.md)
1212
* [mount](api/mount.md)
1313
* [shallow](api/shallow.md)

0 commit comments

Comments
 (0)