mirror of
https://github.com/owntracks/frontend.git
synced 2026-08-25 20:47:16 +00:00
Add linebreaks between lat lon alt
This commit is contained in:
@@ -11,7 +11,11 @@
|
||||
</li>
|
||||
<li>
|
||||
<MapPinIcon size="1x" />
|
||||
{{ lat }}, {{ lon }}, {{ alt }}m
|
||||
{{ lat }}
|
||||
<br />
|
||||
{{ lon }}
|
||||
<br />
|
||||
{{ alt }}m
|
||||
</li>
|
||||
<li v-if="address">
|
||||
<HomeIcon size="1x" />
|
||||
|
||||
Reference in New Issue
Block a user