DestinationInfoCard & change size pin on favorite page

This commit is contained in:
T-angmo 2023-09-08 03:32:15 +07:00
parent c43f64994d
commit c414686dfb
2 changed files with 117 additions and 50 deletions

View file

@ -39,10 +39,13 @@
>
<template v-slot:prepend>
<v-img
:width="32"
src= "./icons/Adwaita/pin.svg"
></v-img>
<v-avatar>
<v-img
:height="30"
src= "./icons/Adwaita/pin.svg"
></v-img>
</v-avatar>
</template>
<v-list-item-title v-text="item.title"></v-list-item-title>