What problem does this feature solve?
Make things shorter and easier to write.
What does the proposed API look like?
:foo="bar" is a syntax shortcut for v-bind:foo="bar".
Similarly, .foo="bar" would be a nice shortcut for :foo.prop="bar" (and the leading . even makes sense!).