vuejs / vue-hackernews-2.0

HackerNews clone built with Vue 2.0, vue-router & vuex, with server-side rendering
MIT License
10.96k stars 2.15k forks source link

The client-side rendered virtual DOM not matching compatibility optimization #275

Open Dandice opened 6 years ago

Dandice commented 6 years ago

Our website is an article written by users automatically and automatically generated by HTML, so it is not very standard. There are several tags that do not close labels, resulting in the whole page blank. This is likely caused by incorrect HTML markup. Can there be some compatibility optimization when mismatched?