Skip to content

Remove useless parameter to the function removeVnodes #9910

Closed
@lessfish

Description

@lessfish

What problem does this feature solve?

The first parameter of function removeVnodes is useless, remove it to cut down the code

the function is https://github.com/vuejs/vue/blob/dev/src/core/vdom/patch.js#L361

What does the proposed API look like?

Remove the first parameter parentElm of the function removeVnodes, and remove the place which calls the function as well

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions