wujingjing
2025-02-10 e792d4d46e406da8d0a4ae8ad97db34a95f1c66a
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>;