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

前端 未结 12 1425
广开言路
广开言路 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:28

    For Nuxt version above 2.10 it doesn't need to install nothing, just use the default component as mentioned https://nuxtjs.org/api/components-client-only/.

提交回复
热议问题