@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.cjs.js
CHANGED
|
@@ -42930,8 +42930,7 @@ return (_ctx, _cache) => {
|
|
|
42930
42930
|
"before-upload": hdl.beforeUpload,
|
|
42931
42931
|
"on-preview": hdl.preview,
|
|
42932
42932
|
"on-remove": hdl.remove,
|
|
42933
|
-
"on-success": hdl.success
|
|
42934
|
-
limit: 1
|
|
42933
|
+
"on-success": hdl.success
|
|
42935
42934
|
}, {
|
|
42936
42935
|
default: vue.withCtx(() => [
|
|
42937
42936
|
(fileList_box.value.length>0 && fileList_box.value[0].response && fileList_box.value[0].response.data && fileList_box.value[0].response.data.src)
|