fix image error

This commit is contained in:
hay-kot 2021-04-24 14:56:52 -08:00
commit 1d01a88f61
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@
color="primary"
class="headline font-weight-light white--text"
>
<v-img :src="getImage(meal.image)"></v-img>
<v-img :src="getImage(meal.slug)"></v-img>
</v-list-item-avatar>
<v-list-item-content>
<v-list-item-title v-text="meal.name"></v-list-item-title>

View file

@ -40,7 +40,7 @@
</v-col>
<v-col order-sm="0" :order-md="getOrder(index)" md="6" sm="12">
<v-card flat>
<v-img :src="getImage(meal.image)" max-height="300"> </v-img>
<v-img :src="getImage(meal.slug)" max-height="300"> </v-img>
</v-card>
</v-col>
</v-row>