yxuse 3.0.55 → 3.0.56
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/lib/index.cjs6.js +1 -1
- package/lib/index.cjs6.js.gz +0 -0
- package/lib/index.cjs6.js.map +1 -1
- package/lib/index.es6.js +3 -0
- package/lib/index.es6.js.gz +0 -0
- package/lib/index.es6.js.map +1 -1
- package/package.json +1 -1
package/lib/index.es6.js
CHANGED
|
@@ -21098,6 +21098,9 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
21098
21098
|
const file = files[0];
|
|
21099
21099
|
file.uid = genFileId();
|
|
21100
21100
|
upload.value.handleStart(file);
|
|
21101
|
+
uploadFile({
|
|
21102
|
+
file
|
|
21103
|
+
});
|
|
21101
21104
|
};
|
|
21102
21105
|
__expose({
|
|
21103
21106
|
upload
|
package/lib/index.es6.js.gz
CHANGED
|
Binary file
|