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.
- package/dist/index.full.js +1 -1
- package/dist/index.full.js.map +1 -1
- package/dist/index.full.min.js +1 -1
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +1 -1
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +1 -1
- package/dist/index.full.mjs.map +1 -1
- package/es/element-plus.mjs +1 -1
- package/es/element-plus.mjs.map +1 -1
- package/lib/element-plus.js +1 -1
- package/lib/element-plus.js.map +1 -1
- package/package.json +1 -1
package/dist/index.full.js
CHANGED
|
@@ -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;
|