From 2959497874d2956467ff010ebe19fdf1b92992e7 Mon Sep 17 00:00:00 2001 From: Jeremygao Date: Fri, 1 Sep 2017 16:33:29 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20config.js=E9=87=8C=E9=9D=A2=E5=BA=94?= =?UTF-8?q?=E4=B8=BArouterMode=E5=B1=9E=E6=80=A7=E8=80=8C=E9=9D=9ErouterMo?= =?UTF-8?q?del=20(#245)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/config.js b/src/core/config.js index 95f81e0b..0d0bc173 100644 --- a/src/core/config.js +++ b/src/core/config.js @@ -21,7 +21,7 @@ const config = merge({ mergeNavbar: false, formatUpdated: '', externalLinkTarget: '_blank', - routerModel: 'hash', + routerMode: 'hash', noCompileLinks: [] }, window.$docsify)