vue-amap 实例获取与自动缩放

this.$refs.map.$amap.setFitView(markers) 获取实例,$amap 为 el-map 的 vid,没错,vid 获取方式就是这样

markers 为 Amap.Marker 构造函数的实例数组。