mirror of https://github.com/vuejs/core.git
chore: small tweaks
This commit is contained in:
parent
0c3698cc2e
commit
9f8bcbb175
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue