Skip to content

Instantly share code, notes, and snippets.

@harrybeckwith
Created April 2, 2019 16:56
Show Gist options
  • Select an option

  • Save harrybeckwith/9f196b1d36823a1ef151bae4061da612 to your computer and use it in GitHub Desktop.

Select an option

Save harrybeckwith/9f196b1d36823a1ef151bae4061da612 to your computer and use it in GitHub Desktop.
Lightbox component inside app.vue showing data being passed in
<template>
<section class="container">
<LightBox
:thumbnails="lightbox.images.thumbnails"
:largeImages="lightbox.images.large"
:thumbnailsPath="lightbox.thumbnailsPath"
:largePath="lightbox.largePath"
:captions="lightbox.captions"
class="lightBox"
/>
</section>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment