perf: add useCrudSchemas demo

This commit is contained in:
kailong321200875
2022-07-01 21:44:00 +08:00
parent 43e3dcce8a
commit ca3ce54630
4 changed files with 280 additions and 7 deletions

View File

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