Skip to content

Commit

Permalink
Merge pull request #142 from VGirol/vite-vue3-patch
Browse files Browse the repository at this point in the history
Fix Uncaught SyntaxError (#141)
  • Loading branch information
RobinCK authored Apr 16, 2023
2 parents 477d8f5 + f0df079 commit e832aeb
Show file tree
Hide file tree
Showing 5 changed files with 5,129 additions and 425 deletions.
4 changes: 1 addition & 3 deletions dist/js/vue-gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
(global = global || self, global.VueGallery = factory(null, null, null, null, global.blueimp));
}(this, function (blueimpGallery_min_css, blueimpGalleryFullscreen_js, blueimpGalleryVideo_js, blueimpGalleryYoutube_js, blueimp) { 'use strict';

blueimp = blueimp && blueimp.hasOwnProperty('default') ? blueimp['default'] : blueimp;

//
var script = {
props: {
Expand Down Expand Up @@ -280,7 +278,7 @@
/* style */
const __vue_inject_styles__ = function (inject) {
if (!inject) return
inject("data-v-6d2033ba_0", { source: ".blueimp-gallery>.description{position:absolute;top:30px;left:15px;color:#fff;display:none}.blueimp-gallery-controls>.description{display:block}", map: undefined, media: undefined });
inject("data-v-6d767caf_0", { source: ".blueimp-gallery>.description{position:absolute;top:30px;left:15px;color:#fff;display:none}.blueimp-gallery-controls>.description{display:block}", map: undefined, media: undefined });

};
/* scoped */
Expand Down
2 changes: 1 addition & 1 deletion dist/js/vue-gallery.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e832aeb

Please # to comment.