Skip to content

Commit

Permalink
types: fix dts tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 16, 2021
1 parent 4e5897d commit bf4893c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/helpers/withMemo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { currentBlock, isBlockTreeEnabled, VNode } from '../vnode'

export function withMemo(
memo: any[],
render: () => VNode,
render: () => VNode<any, any>,
cache: any[],
index: number
) {
Expand Down

0 comments on commit bf4893c

Please sign in to comment.