index.vue 170 B

12345678910111213
  1. <script setup lang="ts">
  2. import { Amap } from "/@/components/ReMap";
  3. </script>
  4. <template>
  5. <Amap />
  6. </template>
  7. <style scoped>
  8. .main-content {
  9. margin: 0;
  10. }
  11. </style>