mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-09 14:40:27 +08:00
chore: structure change
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user