Skip to content

Commit 506e502

Browse files
committed
Fix vue-router guide link
1 parent 56de50d commit 506e502

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
@@ -196,7 +196,7 @@ The following workflow walks through the steps of migrating an actual Vue 2 app
196196

197197
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.
198198

199-
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).
199+
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/guide/migration/#router-view-keep-alive-and-transition).
200200

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

0 commit comments

Comments
 (0)