tsv2-library 1.0.61-alpha.36 → 1.0.61-alpha.37
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 +0 -14
- package/dist/tsv2-library.umd.js +1 -1
- package/package.json +1 -1
package/dist/tsv2-library.es.js
CHANGED
|
@@ -55473,20 +55473,6 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
|
55473
55473
|
return image2;
|
|
55474
55474
|
};
|
|
55475
55475
|
watch(() => props.galleries, resolveGallerySrcs, { immediate: true });
|
|
55476
|
-
watch(
|
|
55477
|
-
usePreview,
|
|
55478
|
-
(val) => {
|
|
55479
|
-
console.log("👽👽:", val, thumbnailString.value);
|
|
55480
|
-
},
|
|
55481
|
-
{ immediate: true }
|
|
55482
|
-
);
|
|
55483
|
-
watch(
|
|
55484
|
-
imagePreview,
|
|
55485
|
-
(val) => {
|
|
55486
|
-
console.log("🤖🤖:", val);
|
|
55487
|
-
},
|
|
55488
|
-
{ immediate: true }
|
|
55489
|
-
);
|
|
55490
55476
|
return (_ctx, _cache) => {
|
|
55491
55477
|
return openBlock(), createBlock(unref(script$h), mergeProps(_ctx.$props, {
|
|
55492
55478
|
class: [
|