Skip to content

Commit

Permalink
Fix vue-router guide link (#9)
Browse files Browse the repository at this point in the history
* Fix vue-router guide link

* Update src/migration-build.md

Co-authored-by: skirtle <65301168+skirtles-code@users.noreply.github.com>

Co-authored-by: Evan You <yyx990803@gmail.com>
Co-authored-by: skirtle <65301168+skirtles-code@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 31, 2022
1 parent 0f2d955 commit 9fe0bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migration-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ The following workflow walks through the steps of migrating an actual Vue 2 app

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.

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).
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).

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

Expand Down

0 comments on commit 9fe0bbb

Please sign in to comment.