Hacker News new | ask | show | jobs
by rk06 2824 days ago
Vue 1 used to do that.

It caused issues, specifically, the svg attributes are camelCased and DOMParser would convert them to lowercase when used with v-bindings. So, Vue2 come up with its own parser to mitigate the issue.