vue-designer
vue-designer copied to clipboard
Camelize v-bind.prop keys
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