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

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

    I had the same issue as of nuxt version 2.14.0 while implementing vue-particles package . the fix was surrounding the tags no-ssr and it fixed the issue . example :

    
        
        
    
    

提交回复
热议问题