|
@@ -6,16 +6,6 @@ const routes = [
|
|
|
path: '/',
|
|
|
name: 'home',
|
|
|
component: HomeView
|
|
|
- },
|
|
|
- {
|
|
|
- // 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: function () {
|
|
|
- // return import(/* webpackChunkName: "about" */ '../views/AboutView.vue')
|
|
|
- // }
|
|
|
}
|
|
|
]
|
|
|
|