From 9fe0bbb540faba5cc1fd10f396951ce5bcbf3f01 Mon Sep 17 00:00:00 2001 From: rikapo Date: Thu, 31 Mar 2022 09:14:04 +0900 Subject: [PATCH] Fix vue-router guide link (#9) * 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 Co-authored-by: skirtle <65301168+skirtles-code@users.noreply.github.com> --- src/migration-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/migration-build.md b/src/migration-build.md index 1e5b4db..fe0ec81 100644 --- a/src/migration-build.md +++ b/src/migration-build.md @@ -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 `` and `` with `` 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 `` and `` with `` 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)