UNPKG

@kalligator/vue-picture-swipe-control

Version:

A Vue integration PhotoSwipe image plugin

24 lines (20 loc) 446 B
<html> <head> <script src="https://cdn.jsdelivr.net/npm/vue"></script> <script src="dist/vue-picture-swipe.js"></script> </head> <body> <div id="app"> <vue-picture-swipe></vue-picture-swipe> </div> <script> var app = new Vue({ el: '#app', data: {}, components: { 'vue-picture-swipe': VuePictureSwipe } }) </script> </body> </html>