prevue-image
v1.2.0
Published
Vue.js Image Preview Library
Downloads
2
Readme
Preview Image Vue Plugin
install
npm i -S prevue-image
use
import Vue from 'vue'
import PrevueImage from 'prevue-image'
Vue.use(PrevueImage)
html
<div v-prevue-image>
<img src="http://placekitten.com/408/287" alt="" />
<img src="http://placekitten.com/408/287" alt="" />
<img src="http://placekitten.com/408/287" alt="" />
</div>