From e6e2e2da05004f8a9020bb1f6eaa9d4f6ceaa297 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Thu, 12 Oct 2017 17:51:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E5=AD=97=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/router.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index f1f7cf2147..25c96498ac 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -6268,7 +6268,9 @@ resort to hash routes. #### HTML5 URLs and the *<base href>* -#### HTML 5 URL与*<base href>*While the router uses the +#### HTML 5 URL与*<base href>* + +While the router uses the HTML5 pushState style by default, you *must* configure that strategy with a **base href**.