This commit is contained in:
yanran200730
2022-01-14 16:07:50 +08:00
parent 94d543658d
commit c944d6dcec
2 changed files with 43 additions and 10 deletions

View File

@@ -57,7 +57,6 @@ 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)