feat: 新增 useCrudSchemas demo

This commit is contained in:
kailong321200875
2023-08-26 10:37:06 +08:00
parent c0f4517b87
commit ae0628e3af
4 changed files with 195 additions and 232 deletions

View File

@@ -387,15 +387,15 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
meta: {
title: 'useValidator'
}
},
{
path: 'useCrudSchemas',
component: () => import('@/views/hooks/useCrudSchemas.vue'),
name: 'UseCrudSchemas',
meta: {
title: 'useCrudSchemas'
}
}
// {
// path: 'useCrudSchemas',
// component: () => import('@/views/hooks/useCrudSchemas.vue'),
// name: 'UseCrudSchemas',
// meta: {
// title: 'useCrudSchemas'
// }
// }
]
},
{