Various homeview fixes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-08-19 15:07:58 +02:00
parent be0b3245bf
commit 444e0d6a0c
4 changed files with 10 additions and 3 deletions

View File

@@ -112,7 +112,7 @@
</div>
</template>
<script lang="ts" setup>
import type { LatLng } from "leaflet";
import { LatLng } from "leaflet";
import { Address, IAddress, addressFullName } from "../../types/address.model";
import AddressInfo from "../../components/Address/AddressInfo.vue";
import { computed, ref, watch, defineAsyncComponent } from "vue";