We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e8bcf commit f43ae6dCopy full SHA for f43ae6d
types/options.d.ts
@@ -68,7 +68,7 @@ export interface ComponentOptions<
68
69
el?: Element | string;
70
template?: string;
71
- // hack is for funcitonal component type inference, should not used in user code
+ // hack is for functional component type inference, should not be used in user code
72
render?(createElement: CreateElement, hack: RenderContext<Props>): VNode;
73
renderError?(createElement: CreateElement, err: Error): VNode;
74
staticRenderFns?: ((createElement: CreateElement) => VNode)[];
0 commit comments