fix docs anchor

This commit is contained in:
cookfront
2017-03-22 14:47:07 +08:00
parent a955532901
commit 597d981f53
5 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ routesConfig.push({
});
const router = new VueRouter({
mode: 'hash',
mode: 'history',
base: __dirname,
routes: routesConfig
});