|
|
@@ -70,7 +70,7 @@ export interface ComponentOptions<
|
|
|
template?: string;
|
|
|
// hack is for funcitonal component type inference, should not used in user code
|
|
|
render?(createElement: CreateElement, hack: RenderContext<Props>): VNode;
|
|
|
- renderError?: (h: () => VNode, err: Error) => VNode;
|
|
|
+ renderError?(createElement: CreateElement, err: Error): VNode;
|
|
|
staticRenderFns?: ((createElement: CreateElement) => VNode)[];
|
|
|
|
|
|
beforeCreate?(this: V): void;
|