diff --git a/components/Map.vue b/components/Map.vue new file mode 100644 index 00000000..69ec5e4d --- /dev/null +++ b/components/Map.vue @@ -0,0 +1,138 @@ + + + + diff --git a/components/WhereInput.vue b/components/WhereInput.vue index 088e39fe..75d41da2 100644 --- a/components/WhereInput.vue +++ b/components/WhereInput.vue @@ -47,7 +47,7 @@ v-row v-list-item-content(two-line v-if='item') v-list-item-title(v-text='item.display_name') v-list-item-subtitle(v-text='`${item.lat}`+`,`+`${item.lon}`') - v-text-field(ref='details' v-show='false' v-if='settings.allow_geolocation') + v-text-field(ref='details' v-if='settings.allow_geolocation')