fix: table expandColumnTitle slot type declaration (#6908)
parent
f7cc27b7ad
commit
1254677805
|
@ -653,6 +653,7 @@ const Table = defineComponent({
|
|||
footer?: any;
|
||||
summary?: any;
|
||||
expandedRowRender?: any;
|
||||
expandColumnTitle?: any;
|
||||
bodyCell?: {
|
||||
text: any;
|
||||
value: any;
|
||||
|
|
Loading…
Reference in New Issue