show-map: minor
This commit is contained in:
parent
c18703c596
commit
2af3374476
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ v-card
|
|||
nuxt-link.ml-2.text-decoration-none(v-text="place.name" :to='`/place/${place.name}`')
|
||||
.mx-2(v-text="`${place.address}`")
|
||||
v-card-actions.py-4
|
||||
HowToArriveNav(:place='place')
|
||||
HowToArriveNav.pl-1(:place='place')
|
||||
v-spacer
|
||||
v-btn(@click='$emit("close")' outlined) Close
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue