alexjoverm / v-runtime-template

Vue component for compiling templates on the fly using a v-html like API
MIT License
605 stars 72 forks source link

You library is amazing :) #18

Closed carmas123 closed 5 years ago

carmas123 commented 5 years ago

This issue is only to congrats with you.

I've only a problem with this library, I use it in nuxt and one page loaded all work fine but if I try to refresh the page I got this warning:

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

, or missing . Bailing hydration and performing full client-side render.

Thanks you so much.

alexjoverm commented 5 years ago

Hi @carmas123 !!!

Thanks a lot for the compliments :). I hope you find it useful.

Yeah, we use it on Nuxt as well and see that warning. Not sure if it could be solved, but so far didn't give us any problem