vue-designer icon indicating copy to clipboard operation
vue-designer copied to clipboard

Camelize v-bind.prop keys

Open ktsn opened this issue 6 years ago • 0 comments

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 avatar Aug 14 '18 05:08 ktsn