您可以使用Sanity Image组件。它将自动使用
img
href
<li v-for="pet in data" :key="pet._id"> <sanity-image :asset-id="pet.image.asset._ref" /> </li>