Package Exports
- vue-amap
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-amap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vue-amap
换种方式写地图
安装
npm install -S vue-amap快速上手
import VueAMap from 'vue-amap';
Vue.use(VueAMap);
VueAMap.initAMapApiLoader({
key: 'YOUR_KEY',
plugin: [...]
});