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

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

    Check the previous warning:

    In "nuxt": "^2.12.2", You can spot the cause easily from the previous warning.

    In my case:

    Incorrect

                    
                        Game For Today
                    
    

    Correct:

                    
                        Game For Today
                    
    

提交回复
热议问题