1.0发布,Fixes Bug,以及新增 ProTable组件

This commit is contained in:
Ah jung
2021-07-12 16:36:07 +08:00
parent 1e9b7074e5
commit b1c730dde8
3 changed files with 8 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ export const basicProps = {
required: true
},
rowKey: {
type: [String, Function] as PropType<string | ((record: Recordable) => string)>,
type: [String, Function] as PropType<string | ((record) => string)>,
default: undefined,
},
pagination: {