Y
Hacker News
new
|
ask
|
show
|
jobs
by
EvanYou
4524 days ago
Vue.js removes all the directives during compilation, so your compiled markup would be completely clean. If you are still worried, you can change the prefix using `Vue.config({prefix: 'data-v'})`.
1 comments
thoughtpalette
4524 days ago
I believe Angular supports older versions of IE by utilizing their attributes through data.
link