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