@minto-ai/mini-ui 1.0.103 → 1.0.105
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.
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2009,7 +2009,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
2009
2009
|
const imageStyles = computed(() => {
|
|
2010
2010
|
const styles = {};
|
|
2011
2011
|
if (!checkEmpty(props.width)) {
|
|
2012
|
-
styles["--mt-image-
|
|
2012
|
+
styles["--mt-image-width"] = convertValueToViewportWidth(props.width);
|
|
2013
2013
|
}
|
|
2014
2014
|
if (!checkEmpty(props.height)) {
|
|
2015
2015
|
styles["--mt-image-height"] = convertValueToViewportWidth(props.height);
|