We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e937c03 commit c6199edCopy full SHA for c6199ed
src/extends/component.ts
@@ -86,7 +86,7 @@ export abstract class VueComponent<T extends {} = {}> {
86
}
87
88
/** 渲染函数 */
89
- abstract render?(ctx: ComponentPublicInstance, cache: any[]): VNodeChild
+ render?(ctx: ComponentPublicInstance, cache: any[]): VNodeChild
90
91
// 为了支持es5浏览器
92
Object.defineProperty(VueComponent, '__vccOpts', {
0 commit comments