3.4 v-bind same-name shorthand

// from this
<img :id="id" :src="src" :alt="alt">

// to this
<img :id :src :alt>