@@ -50,6 +50,10 @@ const router = createRouter({
children: [
{ path: '', name: 'qrmanagerHome', component: QrManagerHomeView }
]
+ },
+ {
+ path: '/:pathMatch(.*)*',
+ redirect: '/'
}
],
scrollBehavior() {