vue-baidu-map-3x
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -151,4 +151,4 @@ /** | ||
export function getPointsTransfer(config: IPointTransferConfig, aks: string[] = []) { | ||
if (!config.location || !config.location.length) { | ||
console.error('请传入location'); | ||
if (!config.locations || !config.locations.length) { | ||
console.error('请传入locations'); | ||
} | ||
@@ -155,0 +155,0 @@ const appConfig = getConfig() as IAppConfig; |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "vue-baidu-map的vue3版本(支持v2.0、v3.0和webGl api)。Baidu Map Component for Vue 3.0 (support v2.0 、 v3.0 and webGl api)", | ||
@@ -8,0 +8,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
431182