matrix_components 2.0.351 → 2.0.352

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.
@@ -76919,7 +76919,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
76919
76919
  _tmp = _tmp[_tmp.length - 1];
76920
76920
  if (isNotNull(_tmp)) {
76921
76921
  if (_tmp.indexOf(".") !== -1) {
76922
- _url.value = getImageBaseUrl() + _tmp;
76922
+ _url.value = getImageBaseUrl() + nv;
76923
76923
  } else {
76924
76924
  const res = await getFilePathByIds(_tmp) || "";
76925
76925
  if ((res == null ? void 0 : res.length) && ((_b = res[0]) == null ? void 0 : _b.filePath)) {
@@ -76990,7 +76990,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
76990
76990
  };
76991
76991
  }
76992
76992
  });
76993
- const NsImage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-639a6f70"]]);
76993
+ const NsImage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e24e1047"]]);
76994
76994
  NsImage.install = (app2) => {
76995
76995
  app2.component(NsImage.name, NsImage);
76996
76996
  };