fix: 修正 Modal/Drawer 中 loading 属性注释
parent
4e4ffc439c
commit
5ebf513498
|
|
@ -75,7 +75,7 @@ export interface DrawerProps {
|
|||
*/
|
||||
headerClass?: ClassType;
|
||||
/**
|
||||
* 弹窗是否显示
|
||||
* 抽屉加载状态
|
||||
* @default false
|
||||
*/
|
||||
loading?: boolean;
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ export interface ModalProps {
|
|||
header?: boolean;
|
||||
headerClass?: ClassType;
|
||||
/**
|
||||
* 弹窗是否显示
|
||||
* 弹窗加载状态
|
||||
* @default false
|
||||
*/
|
||||
loading?: boolean;
|
||||
|
|
|
|||
Loading…
Reference in New Issue