fix: w-svg update moveable rect

This commit is contained in:
ShawnPhang 2023-09-06 12:28:19 +08:00
parent e1dcbb49b2
commit a9c6ce453f

View File

@ -99,6 +99,7 @@ export default {
}, },
updated() { updated() {
this.updateRecord() this.updateRecord()
this.$store.commit('updateRect')
}, },
async mounted() { async mounted() {
await this.$nextTick() await this.$nextTick()