Remove default components

This commit is contained in:
Oliver Davies 2021-01-16 17:01:25 +00:00
parent 53e32bad93
commit 4072d067f7
5 changed files with 2 additions and 188 deletions

View file

@ -9,15 +9,6 @@ const routes: Array<RouteConfig> = [
path: "/",
name: "Home",
component: Home
},
{
path: "/about",
name: "About",
// route level code-splitting
// this generates a separate chunk (about.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () =>
import(/* webpackChunkName: "about" */ "../views/About.vue")
}
];