tsv2-library 0.3.1 → 0.3.2
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/tsv2-library.es.js +2 -2
- package/package.json +1 -1
package/dist/tsv2-library.es.js
CHANGED
|
@@ -74415,8 +74415,8 @@ const s2e = uu, l2e = {
|
|
|
74415
74415
|
emits: ["apply", "delete"],
|
|
74416
74416
|
setup(e, { emit: t }) {
|
|
74417
74417
|
const n = e, r = t;
|
|
74418
|
-
xt(() => {
|
|
74419
|
-
o.value = n.compressedBlob ?? n.imagePreviewUrl ?? "", _();
|
|
74418
|
+
xt(async () => {
|
|
74419
|
+
o.value = n.compressedBlob ?? n.imagePreviewUrl ?? "", _(), n.imagePreviewUrl && (c.value = await E(n.imagePreviewUrl, Date.now() + ".webp"));
|
|
74420
74420
|
}), pi(() => {
|
|
74421
74421
|
k();
|
|
74422
74422
|
});
|