Skip to content

in vue-server-renderer, cached attributes are never released leading to big memory footprint #6332

@czonechan

Description

@czonechan

Version

2.4.2

Reproduction link

https://github.com/vuejs/vue/blob/dev/packages/vue-server-renderer/build.js#L372

Steps to reproduce

<div :data-id="id" :data-url=""url></div>

What is expected?

not cache escape attribute

What is actually happening?

attribute is cached


see https://github.com/vuejs/vue/blob/dev/packages/vue-server-renderer/build.js#L372

the attribute will be cached when escaped.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions