diff --git a/playground/src/adapter/component/index.ts b/playground/src/adapter/component/index.ts index 41209a18f..9f4607dc7 100644 --- a/playground/src/adapter/component/index.ts +++ b/playground/src/adapter/component/index.ts @@ -386,7 +386,7 @@ function cropImage(file: File, aspectRatio: string | undefined) { closable: false, cancelText: $t('common.cancel'), okText: $t('ui.crop.confirm'), - destroyOnClose: true, + destroyOnHidden: true, onOk: async () => { const cropper = cropperRef.value; if (!cropper) { diff --git a/playground/src/views/demos/features/json-bigint/index.vue b/playground/src/views/demos/features/json-bigint/index.vue index c35ae1e34..f4b6bdf27 100644 --- a/playground/src/views/demos/features/json-bigint/index.vue +++ b/playground/src/views/demos/features/json-bigint/index.vue @@ -21,7 +21,7 @@ function fetchData() { > -