Earlier quoted context omitted.
Isn't className custom DSL in React? Vue's concepts in the v-* are more pleasant than the React way, imho. Learning a bit of DAL is not a blocker for me, given how many tools already require this
I'd rather just use JS syntax than learn a random v-* syntax. You can just use the std lib to loop, filter, reduce, conditionally render, etc. rather than looking up how to loop in this specific framework with v-if, v-for, etc. Angular 1 did that and it was limiting. Two-way data binding also failed. Templates are dead, long live JSX.
Are you more likely to use it knowing that?