This commit is contained in:
parent
2b3cca4a77
commit
b79bacc424
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue