build docs

This commit is contained in:
cookfront
2017-03-22 17:39:23 +08:00
parent 1828753011
commit c9f4b1dd0b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -30,7 +30,7 @@ routesConfig.push({
const router = new VueRouter({
mode: 'history',
base: __dirname,
base: '/vue',
routes: routesConfig
});