Closed as not planned
Description
What problem does this feature solve?
when passing data to component as prop if it with same name as prop name it will be more prettiy if make short syntax as the following
<Component :data />
instead of
<Component :data="data"/>
What does the proposed API look like?
when passed data name same as the prop name why we repeat the same word?