We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d220a6 commit ebaaae0Copy full SHA for ebaaae0
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?: (h: () => VNode, err: Error) => VNode;
74
staticRenderFns?: ((createElement: CreateElement) => VNode)[];
0 commit comments