(account) add a new tab with all locations in a map

This commit is contained in:
Julien Calixte
2020-03-15 01:11:23 +01:00
parent 9401fc12f4
commit 66059ea840
4 changed files with 60 additions and 15 deletions

View File

@@ -129,11 +129,7 @@
Le taux d'échange n'a pas pu être récupéré.
</div>
</div>
<earth-map
v-if="transaction.location"
:lat="transaction.location.lat"
:lon="transaction.location.lon"
/>
<earth-map v-if="transaction.location" :locations="transaction.location" />
</div>
</template>