Liek2Saev
How to avoid hydration missmatch when using a dynamic template?
Hello,
I'm working on a project where we fetch page data from a CMS as html. It can contain vue components such as a Tooltips. It basically works after turning on runtimeCompiler in nuxt.config but I get a lot of hydration mismatches from it.
Does anyone have any tips on how to fix this?
This is the component code:
6 replies