Skip to content

5.4.1

Compare
Choose a tag to compare
@pexea12 pexea12 released this 09 Jun 03:47
· 197 commits to master since this release
  • Fix image src and caption: #11, #10
  • Support swipe gesture: #9

Add vue-touch

Install the package:

npm install vue-image-lightbox vue-lazyload
yarn add vue-image-lightbox vue-lazyload vue-touch@next

Then import it in your project
At your entry point (main.js normally)

import Vue from 'vue'
import VueLazyload from 'vue-lazyload'
import VueTouch from 'vue-touch'
...
Vue.use(VueLazyLoad)
Vue.use(VueTouch, { name: 'v-touch' })

View README to see more details