Skip to content

Commit 12693cb

Browse files
committed
docs: add TOC vue-router
1 parent e70d12a commit 12693cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/ja/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [テストランナを選ぶ](guides/choosing-a-test-runner.md)
99
* [Jest による単一ファイルコンポーネントのテスト](guides/testing-SFCs-with-jest.md)
1010
* [Mocha + webpack による単一ファイルコンポーネントのテスト](guides/testing-SFCs-with-mocha-webpack.md)
11+
* [Vue Router と一緒に使う](guides/using-with-vue-router.md)
1112
* [Vuex と一緒に使う](guides/using-with-vuex.md)
1213
* [API](api/README.md)
1314
* [createLocalVue](api/createLocalVue.md)

docs/ja/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* [テストランナを選ぶ](guides/choosing-a-test-runner.md)
77
* [Jest による単一ファイルコンポーネントのテスト](guides/testing-SFCs-with-jest.md)
88
* [Mocha + webpack による単一ファイルコンポーネントのテスト](guides/testing-SFCs-with-mocha-webpack.md)
9-
* [Using with vue-router](guides/using-with-vuex.md)
9+
* [Vue Router と一緒に使う](guides/using-with-vue-router.md)
1010
* [Vuex と一緒に使う](guides/using-with-vuex.md)
1111
* [API](api/README.md)
1212
* [mount](api/mount.md)

0 commit comments

Comments
 (0)