auto-img
v1.0.2
Published
This is a auto scale img component of vue
Downloads
2
Readme
###this is a auto-img
###install npm i auto-img --save
###use you can use in your main.js of vue-project by
import Vue from 'vue';
import autoImg from 'auto-img';
Vue.use(autoImg)
example:
<auto-img
:width=100
:height=100
unit='px'
imgSrc='imgUrl'
></auto-img>
##介绍 这个是一个vue的图片自适应组件,当图片比例和要求比例不一致时,可自动根据所传的宽高的比例进行裁剪,并使图片居中显示。