Skip to content

Commit

Permalink
chore: page prop type check (#5067)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan authored Dec 7, 2024
1 parent 0fc0f13 commit bac0275
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 bac0275

Please sign in to comment.