Change rowStyle prop type to Function

This commit is contained in:
shtse8 2024-03-14 18:29:43 +08:00
parent c4a8d4ce83
commit ce102fa624

View file

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