### What problem does this feature solve? bind js object to webcomponents. ### What does the proposed API look like? ```html <web-component v-property-bind="{a: 1}"></web-component> <web-component .property="{a: 1}"></web-component> ``` <!-- generated by vue-issues. DO NOT REMOVE -->