vue ssr reports The client-side rendered virtual DOM tree is not matching at ie11
goes straight out of a text node, including numbers and text, such as "
60000 popularity
"under ie11, the text node is divided into multiple nodes by numbers:
this will result in incorrect vue alignment, thus recreating the dom node override