一万 9ddf449ea7
perf: perf style (#89)
perf: perf style
2021-10-31 20:24:57 +08:00

14 lines
170 B
Vue

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