akulubala / vue-product-zoomer

Zoom Prodct Image, useful for e-shop website
http://www.yoohooworld.com/demo.html
MIT License
289 stars 69 forks source link

Nuxt import this has some problem #57

Closed TrickerPan closed 4 years ago

TrickerPan commented 4 years ago

❌Open a page with this component from client, the component can's display. ⭕️Reload this page, the component display.

So, when we opent the page whice has this component,
if from server-side-render, it works,
if from client(router), it didn't work.

TrickerPan commented 4 years ago

U can solve this problem in a very simple way. Just move the code in the 'load' event to Vue updated method.