fixed animation bugs
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-full md:w-[35%] rounded-[1.302vw]">
|
||||
<LMap
|
||||
<div class="w-full md:w-[35%] rounded-[1.302vw] min-h-[50vh]">
|
||||
<LMap
|
||||
class="rounded-lg"
|
||||
ref="map"
|
||||
:zoom="zoom"
|
||||
@@ -57,8 +57,11 @@
|
||||
layer-type="base"
|
||||
name="OpenStreetMap"
|
||||
/>
|
||||
</LMap>
|
||||
</LMap>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
<script setup>
|
||||
const zoom = ref(16)
|
||||
</script>
|
||||
Reference in New Issue
Block a user