Nilay Patel

Results 1 comments of Nilay Patel

Addition to @sam-ngu's solution. Instead of changing the vue-h-zoom.js I used the following code: import VueHZoom from 'vue-h-zoom'; Vue.use(VueHZoom); Vue.component('originalVueZoom', VueHZoom); const newZoom = Vue.component('originalVueZoom').extend({ methods: { updateThumbnailPos: function ()...