From: Wei Zhao Date: Thu, 27 Jan 2022 08:49:14 +0000 (+0800) Subject: Update redirect-and-alias.md (#1285) X-Git-Tag: v4.0.13~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6a372c91c53e9af92b08cd345a5a3839fa9b51e;p=thirdparty%2Fvuejs%2Frouter.git Update redirect-and-alias.md (#1285) --- diff --git a/docs/zh/guide/essentials/redirect-and-alias.md b/docs/zh/guide/essentials/redirect-and-alias.md index 8df0a7e5..feaba513 100644 --- a/docs/zh/guide/essentials/redirect-and-alias.md +++ b/docs/zh/guide/essentials/redirect-and-alias.md @@ -2,7 +2,7 @@ ## 重定向 -重定向也是通过 `routes` 配置来完成,下面例子是从 `/a` 重定向到 `/b`: +重定向也是通过 `routes` 配置来完成,下面例子是从 `/home` 重定向到 `/`: ```js