Initial Commit

This commit is contained in:
cnachtigall1991
2021-10-04 14:55:45 +02:00
parent 88881d0486
commit 27edfd0cfe
8 changed files with 55 additions and 123 deletions

View File

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