mirror of https://github.com/vuejs/core.git
chore: comments
This commit is contained in:
parent
2777cd37b4
commit
13f5067656
|
|
@ -2,6 +2,9 @@ export function patchDOMProp(
|
||||||
el: any,
|
el: any,
|
||||||
key: string,
|
key: string,
|
||||||
value: any,
|
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,
|
prevChildren: any,
|
||||||
parentComponent: any,
|
parentComponent: any,
|
||||||
unmountChildren: any
|
unmountChildren: any
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue