mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
14 lines
170 B
Vue
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>
|