samjonesigd / vue-image-zoomer

Image zoom component for Vue.js
https://samueljon.es/vue-image-zoomer
MIT License
107 stars 10 forks source link

hover message option doesn't need how can i remove it . #31

Closed Ariful491 closed 1 week ago

Ariful491 commented 2 weeks ago

image

samjonesigd commented 2 weeks ago

@Ariful491 2 props below will hide on desktop and touch devices

show-message = false
show-message-touch = false
Ariful491 commented 1 week ago

it's not working.

samjonesigd commented 1 week ago

@Ariful491 will sort it very soon :)

samjonesigd commented 1 week ago

@Ariful491 just tested this, it does work, make sure you put the colon on the prop like below

:show-message="false"
:show-message-touch="false"