Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwu9145 authored and Yuchao9145 committed Nov 8, 2021
1 parent 2c221fc commit a07ef7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,7 @@ export function invokeVNodeHook(
*
* #2080
* Inside keyed `template` fragment static children, if a fragment is moved,
* the children will always moved so that need inherit el form previous nodes
* the children will always be moved so that need inherit el from previous nodes
* to ensure correct moved position.
*/
export function traverseStaticChildren(n1: VNode, n2: VNode, shallow = false) {
Expand Down

0 comments on commit a07ef7e

Please sign in to comment.