From 65a32c4de8bb0fbabf5f4d462f3ec3ecfd5e61a7 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Sun, 19 Oct 2025 12:46:26 +0200 Subject: [PATCH] Removed extra comments --- src/router/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 1e79428..591cd69 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -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"), }, ],