效果展示
<template>
<div class="hot_wrapper">
<div class="map">
<div style="height:100%;width:100%;outline: none!important;" id="container" tabindex="0"> </div>
</div>
</div>
</template>
<script>
import AMap from "AMap";
export default {
props:['typeMap','activedIndex'],
data() {
return {
adCode: 330600, // 绍兴
city: '绍兴市',
}
},
methods: