wujingjing
2024-11-08 4b6dad1f0b7be7ce1354fa2e5cf3f385734c89f8
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>;