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

2
docs/dist/0.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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