From 0a1db61b8a68b62ba61349ac321b3a690bb16dce Mon Sep 17 00:00:00 2001 From: cookfront Date: Mon, 27 Mar 2017 19:18:55 +0800 Subject: [PATCH] fix examples --- docs/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.js b/docs/index.js index 7dba72a00..4cfc2b19e 100644 --- a/docs/index.js +++ b/docs/index.js @@ -39,7 +39,7 @@ router.beforeEach((route, redirect, next) => { window.scrollTo(0, 0); } - const pathname = process.env.NODE_ENV === 'production' ? '/vue' : '/'; + const pathname = process.env.NODE_ENV === 'production' ? '/vue/' : '/'; if (isMobile()) { window.location.replace(pathname + 'examples.html#/'); return;