Altra conversione in Typescript (3).

primo test semplice...
This commit is contained in:
paolo
2018-11-03 01:23:39 +01:00
parent 444dfc3384
commit 5b56636ba2
9 changed files with 5231 additions and 976 deletions

View File

@@ -29,13 +29,4 @@ const routes: RouteConfig[] = [
}*/
]
// Always leave this as last one
if (process.env.MODE !== 'ssr') {
routes.push({
name: 'pages.errors.e404',
path: '*',
component: () => import('@/pages/Error404.vue')
})
}
export default routes