chore(runtime-core): fix typo in warning (#841) [ci skip]
This commit is contained in:
parent
60ed4e7e08
commit
58bc51991e
@ -212,7 +212,7 @@ export function createVNode(
|
|||||||
): VNode {
|
): VNode {
|
||||||
if (!type) {
|
if (!type) {
|
||||||
if (__DEV__) {
|
if (__DEV__) {
|
||||||
warn(`fsef Invalid vnode type when creating vnode: ${type}.`)
|
warn(`Invalid vnode type when creating vnode: ${type}.`)
|
||||||
}
|
}
|
||||||
type = Comment
|
type = Comment
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user