RobinCK / vue-gallery

:camera: Responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers. 🇺🇦
https://robinck.github.io/vue-gallery/
MIT License
470 stars 85 forks source link

Touching the DOM #135

Open toshkoevo opened 3 years ago

toshkoevo commented 3 years ago
[Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render.

I get that error while running the gallery with the sample code, running it with NuxtJS and apparently the lib is manipulating the DOM manually and Vue/Nuxt is not happy.