项目列表和分包单位以及迁移人员
This commit is contained in:
7
node_modules/@amap/amap-jsapi-loader/test/test.ts
generated
vendored
Normal file
7
node_modules/@amap/amap-jsapi-loader/test/test.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import AMapLoader from "../";
|
||||
import "@amap/amap-jsapi-loader";
|
||||
|
||||
AMapLoader.load({
|
||||
key: "test",
|
||||
version: "2.0"
|
||||
}).then(() => {});
|
Reference in New Issue
Block a user