mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 02:35:18 +08:00
chore: page prop type check (#5067)
This commit is contained in:
@@ -20,7 +20,7 @@ interface Props {
|
|||||||
*/
|
*/
|
||||||
autoContentHeight?: boolean;
|
autoContentHeight?: boolean;
|
||||||
/** 头部固定(暂未实现) */
|
/** 头部固定(暂未实现) */
|
||||||
// fixedHeader?: boolean;
|
fixedHeader?: boolean;
|
||||||
headerClass?: string;
|
headerClass?: string;
|
||||||
footerClass?: string;
|
footerClass?: string;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user