mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-24 07:15:24 -07:00
fix image error
This commit is contained in:
parent
66d97b7e48
commit
1d01a88f61
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
||||||
color="primary"
|
color="primary"
|
||||||
class="headline font-weight-light white--text"
|
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-avatar>
|
||||||
<v-list-item-content>
|
<v-list-item-content>
|
||||||
<v-list-item-title v-text="meal.name"></v-list-item-title>
|
<v-list-item-title v-text="meal.name"></v-list-item-title>
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col order-sm="0" :order-md="getOrder(index)" md="6" sm="12">
|
<v-col order-sm="0" :order-md="getOrder(index)" md="6" sm="12">
|
||||||
<v-card flat>
|
<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-card>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue