refactor code & fixed location

This commit is contained in:
Warunee Tamkoo 2026-04-27 19:21:23 +07:00
parent 41c1aa8e45
commit 487a6b520e
23 changed files with 566 additions and 145 deletions

View file

@ -24,14 +24,14 @@ const router = createRouter({
Auth: true,
},
},
{
path: '/map',
name: 'map',
component: MapView,
meta: {
Auth: true,
},
},
// {
// path: '/map',
// name: 'map',
// component: MapView,
// meta: {
// Auth: true,
// },
// },
{
path: '/about',
name: 'about',