wujingjing
2025-04-03 2cd1e4f857af3159a894712641cbd3840add0df3
src/components/dialog/yw-dialog.ts
@@ -61,6 +61,12 @@
      type: Boolean,
      default: true,
   },
   /** @description 点击蒙层是否关闭对话框 */
   closeOnClickModal:{
      type:Boolean,
      default:false
   }
} as const);
export type YWDialogPropsType = ExtractPropTypes<typeof YWDialogProps>;