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