fixed animation bugs

This commit is contained in:
HAM!DREZA
2024-05-09 23:16:54 +03:30
parent 0ac988a9c7
commit ba0c128832
8 changed files with 307 additions and 146 deletions
+7 -4
View File
@@ -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>