Component properties are converted to the same name of the vm member variable, personally think that it should provide the relevant configuration to modify the component's property name.
For example, we can use the following code convert 'name' attribute to 'componentName' member variable
```html:
```html:
<my-component name="name">
What's the use case for this? I don't see the point...
Closed for inactivity.
Feel free to open a new issue with an explanation of the use case
Most helpful comment
What's the use case for this? I don't see the point...