Did the needful

This commit is contained in:
2021-06-14 01:27:47 +02:00
parent 1506fe5f82
commit fd8d7a9ec6
10 changed files with 211 additions and 112 deletions

View File

@@ -9,14 +9,6 @@ const routes = [
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')
}
]