Skip to content

Commit

Permalink
fix: drawer prop define
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan committed Dec 10, 2024
1 parent 7823780 commit 6e88d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@core/ui-kit/popup-ui/src/drawer/drawer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface DrawerProps {
* 是否挂载到内容区域
* @default false
*/
appendToMain?: false;
appendToMain?: boolean;
/**
* 取消按钮文字
*/
Expand Down

0 comments on commit 6e88d61

Please sign in to comment.