refactor(createComponent): rename to defineComponent (#549)
This commit is contained in:
@@ -149,7 +149,7 @@ export interface ComponentInternalInstance {
|
||||
|
||||
const emptyAppContext = createAppContext()
|
||||
|
||||
export function createComponentInstance(
|
||||
export function defineComponentInstance(
|
||||
vnode: VNode,
|
||||
parent: ComponentInternalInstance | null
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user