Sitronik / vue3-picture-swipe

A Vue 3 integration PhotoSwipe image plugin
MIT License
32 stars 6 forks source link

Fixed @open & @close events on VuePictureSwipe component #5

Closed Gedridze closed 2 years ago

Gedridze commented 2 years ago

Events @open & @close are displayed in documentation but they were not working at all because the events from PhotoSwipeComponent were not passed up the hierarchy. This PR fixes the issue.

Sitronik commented 2 years ago

Hello, thanks for the PR

Sitronik commented 2 years ago

I will update in npm in a few days