matrix_components 2.0.370 → 2.0.372

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.
@@ -77458,7 +77458,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
77458
77458
  class: "preview-image-view",
77459
77459
  fit: "fill",
77460
77460
  "preview-teleported": true,
77461
- "preview-src-list": [_url.value]
77461
+ "preview-src-list": __props.hasPreview ? [_url.value] : []
77462
77462
  }, _ctx.$attrs, {
77463
77463
  src: _url.value,
77464
77464
  "show-progress": ""
@@ -77484,7 +77484,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
77484
77484
  };
77485
77485
  }
77486
77486
  });
77487
- const NsImage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-73d00414"]]);
77487
+ const NsImage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-38228bb3"]]);
77488
77488
  NsImage.install = (app2) => {
77489
77489
  app2.component(NsImage.name, NsImage);
77490
77490
  };