chore: small tweaks
ci / test (push) Has been cancelled Details
ci / continuous-release (push) Has been cancelled Details

This commit is contained in:
daiwei 2025-09-10 10:29:30 +08:00
parent 0c3698cc2e
commit 9f8bcbb175
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ export const VaporTransitionGroup: ObjectVaporComponent = decorate({
return container
} else {
const frag = __DEV__
? new DynamicFragment('transitionGroup')
? new DynamicFragment('transition-group')
: new DynamicFragment()
renderEffect(() => frag.update(() => slottedBlock))
return frag