Update index.ts

This commit is contained in:
Andras Bacsai
2025-03-31 14:56:54 +02:00
committed by GitHub
parent 25383dffeb
commit 9efe4b29b9

View File

@@ -16,8 +16,7 @@ const router = createRouter({
// 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')
},
{ path: '/:pathMatch(.*)', component: NotFoundComponent }
}
]
})