mod: store card & forgotten data

This commit is contained in:
Alexandro Uc Santos
2025-02-22 18:41:21 -06:00
parent 9ec7296340
commit a0b0dee7d2
5 changed files with 150 additions and 49 deletions

View File

@@ -149,7 +149,7 @@ const router = createRouter({
permissions: ['role_shipper'],
roles: ['owner', 'manager', 'store']
},
component: () => import('../views/StoreView.vue'),
component: () => import('../views/store/StoreView.vue'),
},
{
path: 'cargas',