mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-09 07:52:27 +08:00
1.0发布,Fixes Bug,以及新增 ProTable组件
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user