diff --git a/docs/en/README.md b/docs/en/README.md index 0f5dd0923..bbf722e6f 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -8,6 +8,7 @@ * [Choosing a test runner](guides/choosing-a-test-runner.md) * [Testing SFCs with Jest](guides/testing-SFCs-with-jest.md) * [Testing SFCs with Mocha + webpack](guides/testing-SFCs-with-mocha-webpack.md) + * [Using with Vue Router](guides/using-with-router.md) * [Using with Vuex](guides/using-with-vuex.md) * [API](api/README.md) * [createLocalVue](api/createLocalVue.md) diff --git a/docs/en/SUMMARY.md b/docs/en/SUMMARY.md index d0e1c133c..24e186ce3 100644 --- a/docs/en/SUMMARY.md +++ b/docs/en/SUMMARY.md @@ -6,8 +6,8 @@ * [Choosing a test runner](guides/choosing-a-test-runner.md) * [Testing SFCs with Jest](guides/testing-SFCs-with-jest.md) * [Testing SFCs with Mocha + webpack](guides/testing-SFCs-with-mocha-webpack.md) - * [Using with vue-router](guides/using-with-vuex.md) - * [Using with vuex](guides/using-with-vuex.md) + * [Using with Vue Router](guides/using-with-router.md) + * [Using with Vuex](guides/using-with-vuex.md) * [API](api/README.md) * [mount](api/mount.md) * [shallow](api/shallow.md)