DestinationInfoCard & change size pin on favorite page
This commit is contained in:
parent
c43f64994d
commit
c414686dfb
2 changed files with 117 additions and 50 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue