fix: table expandColumnTitle slot type declaration (#6908)

pull/6917/head
Konv Suu 2023-08-30 16:08:01 +08:00 committed by GitHub
parent f7cc27b7ad
commit 1254677805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -653,6 +653,7 @@ const Table = defineComponent({
footer?: any;
summary?: any;
expandedRowRender?: any;
expandColumnTitle?: any;
bodyCell?: {
text: any;
value: any;