chore: reset prevChildren after updated

This commit is contained in:
daiwei 2025-04-10 16:04:42 +08:00
parent d8ccabe30d
commit cb8830fdc2
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ export const VaporTransitionGroup: ObjectVaporComponent = decorate({
moveClass,
)
) {
prevChildren = []
return
}
@ -119,6 +120,7 @@ export const VaporTransitionGroup: ObjectVaporComponent = decorate({
moveClass,
),
)
prevChildren = []
})
slottedBlock = slots.default && slots.default()