Vuejs Error: The client-side rendered virtual DOM tree is not matching server-rendered
问题 I am using Nuxt.js / Vuejs for mmy app, and I keep facing this error in different places: 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 would like to understand what is the best way to debug this error? Is their a way I can record/get the virtual DOM tree for client and server