Skip to content

Commit 4c06a66

Browse files
author
liuss7
committed
Update h.ts
1 parent a583eaa commit 4c06a66

File tree

1 file changed

+2
-1
lines changed
  • src/runtime-core

1 file changed

+2
-1
lines changed

src/runtime-core/h.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { createVNode } from "./vnode"
22
export function h(type: any,props?: any,children?: any){
33
return createVNode(type,props,children)
4-
}
4+
}
5+
//

0 commit comments

Comments
 (0)