Open KaelWD opened 2 years ago
Thank you for letting me know that it works with vue.
However, it also looks like a Vue unintended bug. I will watch what kind of reaction have to your comment. https://github.com/vuejs/vue-next/issues/4105#issuecomment-981330696
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
What did you expect to happen? No warnings
What actually happened?
v-bind
is compiled to amergeProps
call, so its value should be parsed as function arguments rather than an expression.Related: vuejs/core#1627