This commit is contained in:
2026-03-12 21:36:41 -04:00
parent 9022ac1b94
commit e45a9eb20c
3 changed files with 43 additions and 24 deletions

View File

@@ -42,7 +42,8 @@
<script setup lang="ts">
import { useQuasar } from "quasar";
import { Ref, ref } from "vue";
import type { Ref} from "vue";
import { ref } from "vue";
import "leaflet/dist/leaflet.css";
import { LMap, LTileLayer, LMarker } from "@vue-leaflet/vue-leaflet";
import { GeoSearchControl, OpenStreetMapProvider } from 'leaflet-geosearch';