1.0.31 • Published 8 years ago
vue-fix-dom v1.0.31
###Usage
npm install vue-fix-dom --saveimport VueFixDom from 'vue-fix-dom'###props:
align:String 'default'/'crop'
fixed:String 'center'/'right'/'bottom'/'left'/'top'/'0 50'
width:String 'auto'/'*px' //只支持px后缀
height:String 'auto'/'*px' //只支持px后缀
scroll:Boolean false/true //是否允许浏览器默认滑动
transitionTime:String '0s'/'*s'/'*ms'###methods
update()###properties
align
width
height##注意 单张图片 display:block 去掉下面多余的空白