I was trying to implement your gallery using vimeo videos and was getting slide-error.
I think the problem is, you're not importing 'blueimp-gallery/js/blueimp-gallery-vimeo.js'
inside of gallery.vue component
Pretty sure just adding this line:
import 'blueimp-gallery/js/blueimp-gallery-vimeo.js';
will fix the issue.. do u need me to PR this? or look into it..
Hi, thanks for your work!
I was trying to implement your gallery using vimeo videos and was getting slide-error. I think the problem is, you're not importing 'blueimp-gallery/js/blueimp-gallery-vimeo.js' inside of gallery.vue component
Pretty sure just adding this line: import 'blueimp-gallery/js/blueimp-gallery-vimeo.js';
will fix the issue.. do u need me to PR this? or look into it..
thx again!