UNPKG
@vuemap/amap-jsapi-loader
Version:
beta (1.0.2-beta)
latest (1.0.4)
1.0.4
1.0.3
1.0.2-beta
高德官网提供的地图JSAPI加载器,可以避免多种异步加载API的错误用法
@vuemap/amap-jsapi-loader
/
scripts
/
.eslintrc.js
6 lines
(5 loc)
•
67 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { rules: {
'no-console'
:
'off'
, }, }