matrix_components 2.0.356 → 2.0.357
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.
|
@@ -76969,7 +76969,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
76969
76969
|
createElementVNode("img", {
|
|
76970
76970
|
src: unref(EmptyPng),
|
|
76971
76971
|
class: "error-img",
|
|
76972
|
-
style: { "max-width": "
|
|
76972
|
+
style: { "max-width": "100%", "height": "auto" },
|
|
76973
76973
|
onClick: _cache[0] || (_cache[0] = withModifiers(() => {
|
|
76974
76974
|
}, ["stop"]))
|
|
76975
76975
|
}, null, 8, _hoisted_1)
|
|
@@ -76994,7 +76994,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
76994
76994
|
createElementVNode("img", {
|
|
76995
76995
|
src: unref(EmptyPng),
|
|
76996
76996
|
class: "error-img",
|
|
76997
|
-
style: { "max-width": "
|
|
76997
|
+
style: { "max-width": "100%", "height": "auto" },
|
|
76998
76998
|
onClick: _cache[2] || (_cache[2] = withModifiers(() => {
|
|
76999
76999
|
}, ["stop"]))
|
|
77000
77000
|
}, null, 8, _hoisted_2)
|
|
@@ -77007,7 +77007,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
77007
77007
|
};
|
|
77008
77008
|
}
|
|
77009
77009
|
});
|
|
77010
|
-
const NsImage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
77010
|
+
const NsImage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-15d28535"]]);
|
|
77011
77011
|
NsImage.install = (app2) => {
|
|
77012
77012
|
app2.component(NsImage.name, NsImage);
|
|
77013
77013
|
};
|