How do I reference a data key instead of a data value? I want a hover on the img to show the “type1” key instead of the corresponding value. (EDIT: This is inside a v-for looping through an array of objects)
<img :src="data.img" :title="data.type1.key" />