You've already forked reloading-manager
tagging release w.t.f.
This commit is contained in:
@@ -61,6 +61,10 @@ const routes = [
|
||||
path: '/loads/search',
|
||||
component: () => import('../pages/loads/Search.vue'),
|
||||
},
|
||||
{
|
||||
path: '/loads/edit/:id',
|
||||
component: () => import('../pages/loads/Add.vue'),
|
||||
},
|
||||
] as RouteRecordRaw[]
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user