clean up + start

This commit is contained in:
2023-08-25 17:32:37 +02:00
parent cf985703ab
commit d21b5d100d
9 changed files with 179 additions and 106 deletions

View File

@@ -7,14 +7,6 @@ const routes = [
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: () => import(/* webpackChunkName: "about" */ '../views/AboutView.vue')
}
]
const router = createRouter({