Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camelize v-bind.prop keys #55

Open
ktsn opened this issue Aug 14, 2018 · 0 comments
Open

Camelize v-bind.prop keys #55

ktsn opened this issue Aug 14, 2018 · 0 comments
Projects

Comments

@ktsn
Copy link
Owner

ktsn commented Aug 14, 2018

Vue.js converts the attribute name of v-bind with prop modifier on the compile time. We need to support that behavior too. Also, it converts inner-html to innerHTML as a special case.

https://template-explorer.vuejs.org/#%3CTest%20foo-bar%3D%22foo%22%20v-bind%3Abar-baz%3D%22foo%22%20v-bind%3Abaz-foo.prop%3D%22foo%22%20v-bind%3Ainner-html.prop%3D%22foo%22%20%2F%3E

@ktsn ktsn added this to Todo in v1.0.0 via automation Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v1.0.0
  
Todo
Development

No branches or pull requests

1 participant