Product image change on mouse hover

This commit is contained in:
Jaseel P V 2020-10-21 23:37:25 +05:30
parent d56dfa725b
commit c784ebd40b
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})"