This commit is contained in:
Владимир Федоров
2025-08-10 20:19:57 +07:00
parent 1026223957
commit aa7a9bf0cc
10 changed files with 0 additions and 295 deletions
-8
View File
@@ -16,14 +16,6 @@ const router = createRouter({
name: 'login',
component: LoginView,
},
{
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'),
},
],
})