const router = new VueRouter({ mode: 'history', base: __dirname, routes: [ { path: '/root', component: Root, alias: '/root-alias' }, { path: ...
確定! 回上一頁