mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-12 14:12:08 +08:00
fix: 修正 Modal/Drawer 中 loading 属性注释
This commit is contained in:
@@ -75,7 +75,7 @@ export interface DrawerProps {
|
|||||||
*/
|
*/
|
||||||
headerClass?: ClassType;
|
headerClass?: ClassType;
|
||||||
/**
|
/**
|
||||||
* 弹窗是否显示
|
* 抽屉加载状态
|
||||||
* @default false
|
* @default false
|
||||||
*/
|
*/
|
||||||
loading?: boolean;
|
loading?: boolean;
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ export interface ModalProps {
|
|||||||
header?: boolean;
|
header?: boolean;
|
||||||
headerClass?: ClassType;
|
headerClass?: ClassType;
|
||||||
/**
|
/**
|
||||||
* 弹窗是否显示
|
* 弹窗加载状态
|
||||||
* @default false
|
* @default false
|
||||||
*/
|
*/
|
||||||
loading?: boolean;
|
loading?: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user