mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
format
This commit is contained in:
parent
e4581914ad
commit
795e66f4ea
1 changed files with 3 additions and 1 deletions
|
@ -50,7 +50,9 @@
|
||||||
<v-img :src="getImage(planDay['meals'][0].slug)"></v-img>
|
<v-img :src="getImage(planDay['meals'][0].slug)"></v-img>
|
||||||
</v-list-item-avatar>
|
</v-list-item-avatar>
|
||||||
<v-list-item-content>
|
<v-list-item-content>
|
||||||
<v-list-item-title v-html="$d(new Date(planDay.date.replaceAll('-', '/')), 'short')"></v-list-item-title>
|
<v-list-item-title
|
||||||
|
v-html="$d(new Date(planDay.date.replaceAll('-', '/')), 'short')"
|
||||||
|
></v-list-item-title>
|
||||||
<v-list-item-subtitle v-html="planDay['meals'][0].name"></v-list-item-subtitle>
|
<v-list-item-subtitle v-html="planDay['meals'][0].name"></v-list-item-subtitle>
|
||||||
</v-list-item-content>
|
</v-list-item-content>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue