chore: structure change

This commit is contained in:
xiaoxian521
2021-04-14 16:44:58 +08:00
parent e027fec6dc
commit f4cd720ce8
43 changed files with 859 additions and 766 deletions

View File

@@ -1,14 +1,14 @@
<template>
<div class="map">
<amap />
<Amap />
</div>
</template>
<script lang='ts'>
import amap from "../../../components/map/amap.vue";
import { Amap } from "/@/components/Map";
export default {
components: {
amap
Amap
},
setup(){
return{