You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although it has been almost three years since the original request, I encountered the same issue. However, the solution is quite simple. Just make sure, that the gallery gets rendered exclusively on the client side:
Therefore, in nuxt.config.js setup your gallery-plugin file as follows:
"vue-gallery": "^2.0.1",
"nuxt": "^2.0.0",
npm run build
npm run start
The text was updated successfully, but these errors were encountered: