init show map and routes

This commit is contained in:
sedum
2022-09-18 23:15:22 +02:00
parent 5671e3b6ca
commit 838d1988ad
8 changed files with 171 additions and 14 deletions

View File

@@ -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')
</template>
<script>