Skip to content
On this page

Image 图片

基本使用

template
<c-image :src="scr" width="320" height="240" />

圆角值

template
<c-image width="320" height="240" radius="s" :src="scr" />
<c-image width="320" height="240" radius="m" :src="scr" />
<c-image width="320" height="240" radius="l" :src="scr" />
<c-image width="320" height="240" radius="10" :src="scr" />
<c-image width="320" height="240" round :src="scr" />
<c-image width="320" height="240" radius="xs s m l" :src="scr" />

API

Image Props

名称类型默认值版本说明
cstringdefault配置名。使用说明
propsImagePropsundefined全部 props 。 使用说明
c-classHTMLAttributes['class']undefined自定义类名
c-styleHTMLAttributes['style']undefined自定义样式
image-classHTMLAttributes['class']undefinedimage 元素的自定义类名
image-styleHTMLAttributes['style']undefinedimage 元素的自定义样式
srcstringundefined图片资源地址
modestringundefined图片裁剪、缩放的模式。查看详情
widthstring | numberundefined图片宽度
heightstring | numberundefined图片高度
radiusstring | numberundefined圆角值。 使用说明
roundbooleanundefined是否显示为圆角
icon-propsIconPropsundefinedsrc 为空时,显示的图标。IconProps
error-propsIconPropsundefined加载图片失败时,显示的图标。IconProps
spin-propsSpinPropsundefined加载。SpinProps
no-spinbooleanundefined不显示 spin 加载。