feat: change doc router mode to hash (#158)

This commit is contained in:
Yao
2017-09-28 21:32:22 -05:00
committed by GitHub
parent 9679a59d9f
commit 64fd0ccb00
2 changed files with 2 additions and 2 deletions

View File

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