Skip to content
On this page

Image 图片

用于展示图片资源。

何时使用

  • 需要展示图片时使用。
  • 加载大图时显示 loading 或加载失败时容错处理。

示例

组件属性

属性说明类型默认值
src图片地址 URLstring-
width图片宽度number350
autoHeight宽度自适应booleanfalse
height图片高度number200
autoHeight高度自适应booleanfalse
fit图片展示方式,cover:按图片尺寸进行裁剪、contain:按图片尺寸进行留白、fill:按图片尺寸进行拉伸cover,contain,fillcover
alt图片未加载时的占位文字string'Image 404'
preview是否开启图片预览booleantrue

Released under the MIT License.