Skip to content

Commit 9fe0bbb

Browse files
rikapoyyx990803skirtles-code
authored
Fix vue-router guide link (#9)
* Fix vue-router guide link * Update src/migration-build.md Co-authored-by: skirtle <[email protected]> Co-authored-by: Evan You <[email protected]> Co-authored-by: skirtle <[email protected]>
1 parent 0f2d955 commit 9fe0bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migration-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The following workflow walks through the steps of migrating an actual Vue 2 app
198198

199199
10. [Upgrade `vue-router` to v4](https://next.router.vuejs.org/index.html). If you also use `vuex-router-sync`, you can replace it with a store getter.
200200

201-
After the upgrade, to use `<transition>` and `<keep-alive>` with `<router-view>` requires using the new [scoped-slot based syntax](https://next.router.vuejs.org/index.html#router-view-keep-alive-and-transition).
201+
After the upgrade, to use `<transition>` and `<keep-alive>` with `<router-view>` requires using the new [scoped-slot based syntax](https://router.vuejs.org/guide/migration/#router-view-keep-alive-and-transition).
202202

203203
[Example commit](https://github.com/vuejs/vue-hackernews-2.0/commit/758961e73ac4089890079d4ce14996741cf9344b)
204204

0 commit comments

Comments
 (0)