RobinCK / vue-gallery

:camera: Responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers. 🇺🇦
https://robinck.github.io/vue-gallery/
MIT License
470 stars 85 forks source link

Vue gallery 'options' props #15

Closed fsfj closed 6 years ago

fsfj commented 6 years ago

Hello,

How to can i use 'options' props?

Thanks Vue-Gallery for the great work!

RobinCK commented 6 years ago
<gallery :images="images" :index="index" @close="index = null" :options="{optionProp: 'Option value'}"></gallery>

Please see my example

fsfj commented 6 years ago

will try this. thank you