1.0.3 • Published 3 years ago

img-pre v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

图片点击放大查看功能

适用范围:

  • vue项目
  • img标签上使用

使用示例:

设置

// main.js
import Vue from 'vue'
import imgPre from 'img-pre'

Vue.use(imgPre)

使用

// test.vue
<template>
    <img class="img" v-img-pre src="@/assets/demo_images/test.jpg" alt="刺激" />
</template>

更新记录

2021-4-1

首次上传;

修改包名称为img-pre;

图片预览功能升级,保留一点上下间距,可旋转。

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

1.0.0

4 years ago