quick-admin-vue3-core
Version:
以快(计算机执行效率、开发效率)为核心的后台管理系统开发模板
29 lines (28 loc) • 738 B
JavaScript
import { defineComponent as c, computed as r, resolveComponent as m, createBlock as p, openBlock as g } from "vue";
import { _ } from "./_plugin-vue_export-helper-CHgC5LLL.js";
const i = /* @__PURE__ */ c({
__name: "ImgMsg",
props: {
data: {}
},
setup(e) {
const s = e, n = r(() => {
const { URL: t, Height: a, Width: o } = s.data.msgContent.ImageInfoArray[1];
return {
URL: t
};
});
return (t, a) => {
const o = m("BaseImg");
return g(), p(o, {
class: "img-msg",
src: n.value.URL,
width: "auto",
height: "auto"
}, null, 8, ["src"]);
};
}
}), f = /* @__PURE__ */ _(i, [["__scopeId", "data-v-4757c934"]]);
export {
f as default
};