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