types: fix createComponent typing
This commit is contained in:
@@ -13,5 +13,5 @@ export function createComponent(name: string) {
|
||||
};
|
||||
|
||||
return defineComponent(sfc);
|
||||
};
|
||||
} as typeof defineComponent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user