Skip to content

Commit c6199ed

Browse files
committed
fix: vuecomponent类型错误
1 parent e937c03 commit c6199ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extends/component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export abstract class VueComponent<T extends {} = {}> {
8686
}
8787

8888
/** 渲染函数 */
89-
abstract render?(ctx: ComponentPublicInstance, cache: any[]): VNodeChild
89+
render?(ctx: ComponentPublicInstance, cache: any[]): VNodeChild
9090
}
9191
// 为了支持es5浏览器
9292
Object.defineProperty(VueComponent, '__vccOpts', {

0 commit comments

Comments
 (0)