Use render instead of repaint
This commit is contained in:
@@ -98,7 +98,7 @@ export default buildComponent({
|
||||
},
|
||||
updated() {
|
||||
if (this.$clusterObject) {
|
||||
this.$clusterObject.repaint()
|
||||
this.$clusterObject.render()
|
||||
}
|
||||
},
|
||||
beforeUnmount() {
|
||||
|
||||
Reference in New Issue
Block a user