Vuejs Error: The client-side rendered virtual DOM tree is not matching server-rendered

前端 未结 12 1403
广开言路
广开言路 2020-12-05 02:50

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 serve         


        
12条回答
  •  隐瞒了意图╮
    2020-12-05 03:25

    See here for an example of how to deal with integrations (e.g. Google Analytics or FB Pixel) that modify the DOM. Basically create a plugin and exclude from SSR.

    https://nuxtjs.org/faq/ga

提交回复
热议问题