Merge pull request #3 from websitevirtuoso/fix/marker-cluster

Use render instead of repaint
This commit is contained in:
Nathan A. Paludo
2022-10-18 14:29:34 -03:00
committed by GitHub

View File

@@ -98,7 +98,7 @@ export default buildComponent({
},
updated() {
if (this.$clusterObject) {
this.$clusterObject.repaint()
this.$clusterObject.render()
}
},
beforeUnmount() {