This commit is contained in:
luozhun 2024-11-07 17:16:35 +08:00
parent 2b3cca4a77
commit b79bacc424
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
</template>
<script lang="ts" setup>
import MapContainer from "@/components/aMap/MapContainer.vue";
import {onMounted, ref} from "vue";
import {ref} from "vue";
import {ComponentExposed} from "vue-component-type-helpers";
const mapRef = ref<ComponentExposed<typeof MapContainer>>(null)