matrix_components 2.0.336 → 2.0.337
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.
|
@@ -76939,9 +76939,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
76939
76939
|
}
|
|
76940
76940
|
async function getFilePathByIds(id) {
|
|
76941
76941
|
if (props.apiUrl.method === "get") {
|
|
76942
|
-
return await get(props.apiUrl.url, { ...props.apiUrl.params, [props.apiUrl.
|
|
76942
|
+
return await get(props.apiUrl.url, { ...props.apiUrl.params, [props.apiUrl.paramkey]: id });
|
|
76943
76943
|
} else if (props.apiUrl.method === "post") {
|
|
76944
|
-
return await post(props.apiUrl.url, { ...props.apiUrl.params, [props.apiUrl.
|
|
76944
|
+
return await post(props.apiUrl.url, { ...props.apiUrl.params, [props.apiUrl.paramkey]: id });
|
|
76945
76945
|
}
|
|
76946
76946
|
}
|
|
76947
76947
|
return (_ctx, _cache) => {
|
|
@@ -76985,7 +76985,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
76985
76985
|
};
|
|
76986
76986
|
}
|
|
76987
76987
|
});
|
|
76988
|
-
const NsImage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
76988
|
+
const NsImage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-fa46ea98"]]);
|
|
76989
76989
|
NsImage.install = (app2) => {
|
|
76990
76990
|
app2.component(NsImage.name, NsImage);
|
|
76991
76991
|
};
|