使用TMap.LatLng 报错:
TypeError: map_component_vue_tmap__WEBPACK_IMPORTED_MODULE_0_.TMap.LatLng is not a constructor
import { TMap } from "@map-component/vue-tmap";
var pointA = new TMap.LatLng(maxLat,maxLng); // 创建点坐标A
var pointB = new TMap.LatLng(minLat,minLng); // 创建点坐标B
你们文档不是写可以:直接调用地图原生 api吗?