diff --git a/docs/index.js b/docs/index.js index bb7a095c7..cdbb3a4cb 100644 --- a/docs/index.js +++ b/docs/index.js @@ -30,7 +30,7 @@ routesConfig.push({ const router = new VueRouter({ mode: 'history', - base: __dirname, + base: '/vue', routes: routesConfig });