fix: 修正 Modal/Drawer 中 loading 属性注释

This commit is contained in:
dullathanol
2026-04-07 12:28:57 +08:00
committed by allen
parent cc32ebeb12
commit d0c17090ef
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ export interface DrawerProps {
*/ */
headerClass?: ClassType; headerClass?: ClassType;
/** /**
* 弹窗是否显示 * 抽屉加载状态
* @default false * @default false
*/ */
loading?: boolean; loading?: boolean;

View File

@@ -97,7 +97,7 @@ export interface ModalProps {
header?: boolean; header?: boolean;
headerClass?: ClassType; headerClass?: ClassType;
/** /**
* 弹窗是否显示 * 弹窗加载状态
* @default false * @default false
*/ */
loading?: boolean; loading?: boolean;