pexea12 / vue-image-lightbox

A Vue component to display an image gallery lightbox
347 stars 80 forks source link

Failed to mount component #7

Closed freimaks closed 7 years ago

freimaks commented 7 years ago

After update vue-image-lightbox have error: "[Vue warn]: Failed to mount component: template or render function not defined. (found in )" image

schlaus commented 7 years ago

Apparently the dist version is not built correctly.

Workaround import the component like this: import Lightbox from 'vue-image-lightbox/src/components/Lightbox'

pexea12 commented 7 years ago

I have already fixed the production build in version 5.3.0. Thank you for your contribution!

mmieluch commented 5 years ago

Is it possible there's been a regression? I'm using version 6.0.1 and experiencing exactly the same behaviour.