Skip to content

Image 图片组件

图片组件,支持加载/错误占位、圆形、懒加载、预览。

基础用法

vue
<template>
  <parrot-image />
</template>

API

Props

属性类型默认值说明
srcstring''图片地址
modestring'aspectFill'裁剪模式
widthstring'100%'宽度
heightstring'300rpx'高度
roundbooleanfalse圆形
lazyLoadbooleantrue懒加载

Slots

插槽说明
default默认内容

Released under the MIT License.