matrix_components 2.0.476 → 2.0.478
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.
|
@@ -77998,7 +77998,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
77998
77998
|
} else {
|
|
77999
77999
|
_url.value = "";
|
|
78000
78000
|
}
|
|
78001
|
-
} else if (nv.startsWith("/
|
|
78001
|
+
} else if (nv.startsWith("/matrix_components/") || nv.startsWith("http")) {
|
|
78002
78002
|
_url.value = nv;
|
|
78003
78003
|
} else {
|
|
78004
78004
|
let _tmp = nv.split("/");
|