matrix_components 2.0.372 → 2.0.373
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.
|
@@ -77421,7 +77421,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
77421
77421
|
} else {
|
|
77422
77422
|
_url.value = "";
|
|
77423
77423
|
}
|
|
77424
|
-
} else if (nv.startsWith("/martrix/")) {
|
|
77424
|
+
} else if (nv.startsWith("/martrix/") || nv.startsWith("http")) {
|
|
77425
77425
|
_url.value = nv;
|
|
77426
77426
|
} else {
|
|
77427
77427
|
let _tmp = nv.split("/");
|
|
@@ -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-
|
|
77487
|
+
const NsImage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-85338e5b"]]);
|
|
77488
77488
|
NsImage.install = (app2) => {
|
|
77489
77489
|
app2.component(NsImage.name, NsImage);
|
|
77490
77490
|
};
|