<script setup lang="ts"> import { Amap } from "/@/components/ReMap"; </script> <template> <Amap /> </template> <style scoped> .main-content { margin: 0; } </style>