chore: page prop type check (#5067)

pull/58/MERGE
Netfan 2024-12-07 12:15:51 +08:00 committed by GitHub
parent 0fc0f13064
commit bac0275624
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ interface Props {
*/
autoContentHeight?: boolean;
/** 头部固定(暂未实现) */
// fixedHeader?: boolean;
fixedHeader?: boolean;
headerClass?: string;
footerClass?: string;
}