Skip to content

Commit d56d87c

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/runtime-core/h.ts

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

0 commit comments

Comments
 (0)