This commit is contained in:
parent
2b3cca4a77
commit
b79bacc424
|
@ -17,7 +17,7 @@
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import MapContainer from "@/components/aMap/MapContainer.vue";
|
import MapContainer from "@/components/aMap/MapContainer.vue";
|
||||||
import {onMounted, ref} from "vue";
|
import {ref} from "vue";
|
||||||
import {ComponentExposed} from "vue-component-type-helpers";
|
import {ComponentExposed} from "vue-component-type-helpers";
|
||||||
|
|
||||||
const mapRef = ref<ComponentExposed<typeof MapContainer>>(null)
|
const mapRef = ref<ComponentExposed<typeof MapContainer>>(null)
|
||||||
|
|
Loading…
Reference in New Issue