fast-element-plus 1.0.0-alpha.11 → 1.0.0-alpha.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29621,7 +29621,7 @@
29621
29621
  if (isNil(options?.closeOnPressEscape)) {
29622
29622
  options.closeOnPressEscape = false;
29623
29623
  }
29624
- if (isNil(options?.beforeClose)) {
29624
+ if (!isNil(options?.beforeClose)) {
29625
29625
  const localBeforeClose = options.beforeClose;
29626
29626
  const localConfirmButtonText = options?.confirmButtonText;
29627
29627
  const localShowCancelButton = options?.showCancelButton;