2
0
Эх сурвалжийг харах

chore(runtime-core): fix typo in warning (#841) [ci skip]

djy0 6 жил өмнө
parent
commit
58bc51991e

+ 1 - 1
packages/runtime-core/src/vnode.ts

@@ -212,7 +212,7 @@ export function createVNode(
 ): VNode {
   if (!type) {
     if (__DEV__) {
-      warn(`fsef Invalid vnode type when creating vnode: ${type}.`)
+      warn(`Invalid vnode type when creating vnode: ${type}.`)
     }
     type = Comment
   }