Update index.ts

This commit is contained in:
Andras Bacsai
2025-03-31 13:37:12 +02:00
committed by GitHub
parent a4a7869060
commit fbf3a7f813

View File

@@ -16,7 +16,8 @@ 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 }
]
})