Change rowStyle prop type to Function

pull/5414/head
shtse8 2024-03-14 18:29:43 +08:00
parent c4a8d4ce83
commit ce102fa624
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ export default {
default: null
},
rowStyle: {
type: Object,
type: Function,
default: null
},
scrollable: {