@yoooloo42/joker 1.0.232 → 1.0.233
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.cjs.js +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -42926,8 +42926,7 @@ return (_ctx, _cache) => {
|
|
|
42926
42926
|
"before-upload": hdl.beforeUpload,
|
|
42927
42927
|
"on-preview": hdl.preview,
|
|
42928
42928
|
"on-remove": hdl.remove,
|
|
42929
|
-
"on-success": hdl.success
|
|
42930
|
-
limit: 1
|
|
42929
|
+
"on-success": hdl.success
|
|
42931
42930
|
}, {
|
|
42932
42931
|
default: withCtx(() => [
|
|
42933
42932
|
(fileList_box.value.length>0 && fileList_box.value[0].response && fileList_box.value[0].response.data && fileList_box.value[0].response.data.src)
|