增加 useCrudSchemas、useTable 的 autoimport 实现

This commit is contained in:
YunaiV
2023-03-17 22:58:49 +08:00
parent 3f2a77f2d2
commit 4aeee48582
4 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
import { CrudSchema, useCrudSchemas } from '@/hooks/web/useCrudSchemas'
import type { CrudSchema } from '@/hooks/web/useCrudSchemas'
import { DictTag } from '@/components/DictTag'
import { TableColumn } from '@/types/table'
import { dateFormatter } from '@/utils/formatTime'