akulubala / vue-product-zoomer

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

is nuxt ssr? #60

Open MirzaeiDev opened 4 years ago

MirzaeiDev commented 4 years ago

pls add ssr. i nead ssr for nuxt . Can you tell me how to add ssr for this extation?

ouelletv commented 4 years ago

@MirzaeiDev I have the same problem. Did you find a solution? If not, any similar plugin to recommend?

VorapratR commented 3 years ago

in nuxt.config.js ..... plugins: [ { src: '~/plugins/[mypath]', ssr: false } ],