Removed extra comments

This commit is contained in:
Liviu Burcusel 2025-10-19 12:46:26 +02:00
parent adbb7cadca
commit 65a32c4de8
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -12,9 +12,6 @@ const router = createRouter({
{
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"),
},
],