We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a583eaa commit 4c06a66Copy full SHA for 4c06a66
src/runtime-core/h.ts
@@ -1,4 +1,5 @@
1
import { createVNode } from "./vnode"
2
export function h(type: any,props?: any,children?: any){
3
return createVNode(type,props,children)
4
-}
+}
5
+//
0 commit comments