From 69619665f450e3a4c6a6ba35977f666eaf7d2f43 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 28 Sep 2019 22:32:57 +0100 Subject: [PATCH] Add linebreaks between lat lon alt --- src/components/LDeviceLocationPopup.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/LDeviceLocationPopup.vue b/src/components/LDeviceLocationPopup.vue index 80abdec..2cc097f 100644 --- a/src/components/LDeviceLocationPopup.vue +++ b/src/components/LDeviceLocationPopup.vue @@ -11,7 +11,11 @@
  • - {{ lat }}, {{ lon }}, {{ alt }}m + {{ lat }} +
    + {{ lon }} +
    + {{ alt }}m