wip: compare perf

This commit is contained in:
Evan You
2019-05-26 15:38:55 +08:00
parent b3f8b5ae0a
commit 3f3e42b8cb
3 changed files with 4 additions and 4 deletions

View File

@@ -9,8 +9,8 @@ import { VNode } from '@vue/runtime-core'
export function patchProp(
el: Element,
key: string,
prevValue: any,
nextValue: any,
prevValue: any,
isSVG: boolean,
prevChildren?: VNode[],
unmountChildren?: any