Skip to content

IkImagePreview 图片预览

'ikImge_preview.png'

Props

参数说明类型可选值默认值
src图片链接string--
width展示宽度string--
height展示高度string--

示例代码

vue
<template>
  <IkImagePreview
    :width="130"
    :height="130"
    src="https://img2.baidu.com/it/u=3639676917,3703162540&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=500"
  />
</template>