Skip to content

Commit

Permalink
fix: page prop type check
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan committed Dec 7, 2024
1 parent 0fc0f13 commit 62cc90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effects/common-ui/src/components/page/page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface Props {
*/
autoContentHeight?: boolean;
/** 头部固定(暂未实现) */
// fixedHeader?: boolean;
fixedHeader?: boolean;
headerClass?: string;
footerClass?: string;
}
Expand Down

0 comments on commit 62cc90d

Please # to comment.