Product image change on mouse hover
This commit is contained in:
parent
d56dfa725b
commit
c784ebd40b
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
<slide :slot="`slide-${index}`" v-for="(thumb, index) in thumbs">
|
||||
<li
|
||||
@click="changeImage({
|
||||
@mouseover="changeImage({
|
||||
largeImageUrl: thumb.large_image_url,
|
||||
originalImageUrl: thumb.original_image_url,
|
||||
})"
|
||||
|
|
|
|||
Loading…
Reference in New Issue