chore: comments

This commit is contained in:
Evan You 2019-08-21 16:17:02 -04:00
parent 2777cd37b4
commit 13f5067656

View File

@ -2,6 +2,9 @@ export function patchDOMProp(
el: any,
key: string,
value: any,
// the next 3 args are passed only due to potential innerHTML/textContent
// overriding existing VNodes, in which case the old tree must be properly
// unmounted.
prevChildren: any,
parentComponent: any,
unmountChildren: any