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() {
this.updateRecord()
this.$store.commit('updateRect')
},
async mounted() {
await this.$nextTick()
@ -329,4 +330,4 @@ export default {
height: 100%;
object-fit: contain;
}
</style>
</style>