Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Components are duplicated when they share the same data object #7805

Closed

Comments

@sqal
Copy link
Contributor

sqal commented Mar 12, 2018

Version

>= 2.5.14

Reproduction link

https://jsfiddle.net/smhk3r4h/

https://jsfiddle.net/smhk3r4h/2/ (2.5.13)

Steps to reproduce

Open reproduction link

What is expected?

Foo and Bar should be rendered only once with text-red class name

What is actually happening?

Passing the same data object to multiple components causes its duplication

This was referenced Mar 14, 2018
f2009 pushed a commit to f2009/vue that referenced this issue Jan 25, 2019
aJean pushed a commit to aJean/vue that referenced this issue Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment