1.2.0 • Published 5 years ago

prevue-image v1.2.0

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

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>
1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago