DONE: fix error on top-menu to for mobile view

This commit is contained in:
ISMAIL MASSERAN
2026-07-01 13:05:21 +08:00
parent 2e2d94f0d6
commit 9e9867217f
23 changed files with 535 additions and 937 deletions
+2 -2
View File
@@ -118,7 +118,7 @@ const markersData = {
</SectionContent>
<PreviewCode title="components/ui/map/Map.vue">
{{`
<script setup lang="ts">
<${""}script setup lang="ts">
import "maplibre-gl/dist/maplibre-gl.css";
import maplibregl, { type MapOptions } from "maplibre-gl";
import { ref, onMounted } from "vue";
@@ -318,7 +318,7 @@ const toggleFullscreen = () => {
}
isFullscreen.value = !isFullscreen.value;
};
</script>
</${""}script>
<template>
<div data-scope="map" data-part="root" ref="mapRef" :class="cn(map, className)">