【Vue】vue-amap

官方文档:https://elemefe.github.io/vue-amap/#/zh-cn/introduction/install

安装

npm install vue-amap --save

引入

import VueAMap from 'vue-amap';

Vue.use(VueAMap);
VueAMap.initAMapApiLoader({
  key: 'YOUR_KEY',
  plugin: ['AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType',...],
  v: '1.4.4'
});

  

  

posted @ 2020-01-10 17:07  把我当做一棵树叭  阅读(303)  评论(0)    收藏  举报