mirror of https://github.com/vuejs/core.git
chore: typo in comment [skip ci] (#4875)
This commit is contained in:
parent
5eb72630a5
commit
2c221fcd49
|
@ -1200,7 +1200,7 @@ function baseCreateRenderer(
|
|||
isSVG,
|
||||
optimized
|
||||
) => {
|
||||
// 2.x compat may pre-creaate the component instance before actually
|
||||
// 2.x compat may pre-create the component instance before actually
|
||||
// mounting
|
||||
const compatMountInstance =
|
||||
__COMPAT__ && initialVNode.isCompatRoot && initialVNode.component
|
||||
|
|
Loading…
Reference in New Issue