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
|
return container
|
||||||
} else {
|
} else {
|
||||||
const frag = __DEV__
|
const frag = __DEV__
|
||||||
? new DynamicFragment('transitionGroup')
|
? new DynamicFragment('transition-group')
|
||||||
: new DynamicFragment()
|
: new DynamicFragment()
|
||||||
renderEffect(() => frag.update(() => slottedBlock))
|
renderEffect(() => frag.update(() => slottedBlock))
|
||||||
return frag
|
return frag
|
||||||
|
|
Loading…
Reference in New Issue