Sitronik / vue3-picture-swipe

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

htmlAfterThumbnail not working #2

Closed gottenwit closed 2 years ago

gottenwit commented 2 years ago

Hi! sitronik I want to add button or any html then not work. htmlAfterThumbnail render commentcode

image

image

Thank you so much.

Sitronik commented 2 years ago

Hi @gottenwit You need to check runtimeCompiler enabled in vue config:

runtimeCompiler: true
gottenwit commented 2 years ago

Hi @gottenwit You need to check runtimeCompiler enabled in vue config:

runtimeCompiler: true

Thank you so much. This work perfectly,

Sitronik commented 2 years ago

Hi @gottenwit You need to check runtimeCompiler enabled in vue config:

runtimeCompiler: true

Thank you so much. This work perfectly,

You are welcome 😉