7 changed files with 536 additions and 521 deletions
@ -0,0 +1,15 @@ |
|||||
|
<template> |
||||
|
<div class="map-container"></div> |
||||
|
</template> |
||||
|
<script setup lang="ts"> |
||||
|
import { ref } from 'vue' |
||||
|
const map = ref(null) |
||||
|
</script> |
||||
|
<style scoped> |
||||
|
.map-container { |
||||
|
min-width: 300px; |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
} |
||||
|
|
||||
|
</style> |
Loading…
Reference in new issue