refactor(core): replace arr reduce methods (#1467)

* refactor(core): replace arr reduce methods

* chore(core): cleanup
This commit is contained in:
Braks
2024-06-13 00:04:51 +02:00
parent 70b39cc78e
commit d658c1d357
10 changed files with 68 additions and 65 deletions
@@ -172,7 +172,7 @@ const NodeWrapper = defineComponent({
})
}
},
{ immediate: true, flush: 'post' },
{ immediate: true, flush: 'pre' },
)
})