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