Pieter Bogaerts
Pieter Bogaerts
A bit dirty, but I'm doing this following way: ``` import PhotoSwipe from 'photoswipe/dist/photoswipe'; import * as DefaultPhotoSwipeUI from 'photoswipe/dist/photoswipe-ui-default'; ``` ``` methods: { openGallery() { const pswpElement = document.querySelectorAll('.pswp')[0];...
We're having the same issue. Using the way @alex87 did, also fails for us: `templateUrl: require('./template.html')` Using the fix of @alex87 it works. Although it would be better to import...
We're running into the same problem.
We're no longer blocked by this. That's why there was no activity in this PR for a while.