Delete all and create Header component

This commit is contained in:
valitovgaziz
2024-11-23 01:26:54 +05:00
parent 2278327cef
commit 7d650acb67
15 changed files with 89 additions and 415 deletions
+1 -9
View File
@@ -8,15 +8,7 @@ const router = createRouter({
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: () => import('../views/AboutView.vue'),
},
}
],
})