This commit is contained in:
yanran200730
2022-01-14 14:45:55 +08:00
parent 579703112f
commit 8a4ca75e01
2 changed files with 11 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ export default {
center: new TMap.LatLng(this.config.lat, this.config.lng),
...this.ops
})
console.log(TMap)
this.$emit('loaded')
this.$emit('update:lib', TMap)
this.$emit('update:map', this.tmap)