We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d5357 commit bf42261Copy full SHA for bf42261
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