Table prop: row-key suuport string

This commit is contained in:
梁灏 2020-01-06 10:36:41 +08:00
parent 6118c2c8d1
commit 6885f5ec49
2 changed files with 5 additions and 4 deletions

View file

@ -67,7 +67,7 @@
default: false
},
rowKey: {
type: Boolean,
type: [Boolean, String],
default: false
}
},