Skip to content

Vnode class data isn't applied recursively #3365

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

Closed
enyancc opened this issue Aug 1, 2016 · 1 comment
Closed

Vnode class data isn't applied recursively #3365

enyancc opened this issue Aug 1, 2016 · 1 comment

Comments

@enyancc
Copy link

enyancc commented Aug 1, 2016

Vue.js version

2.0.0-beta.5

Reproduction Link

https://jsfiddle.net/Lv4vpote/2/

Steps to reproduce

I have a nested component structure, where all the components defined on the root and rendered within it's context. Each component gradually applies additional logic and classes to the first child without creating new node.

What is Expected?

The deepest component should have following classes: componentClass1, componentClass2, componentClass3, staticClass

What is actually happening?

The deepest component has only componentClass1, componentClass2 classes

@enyancc enyancc changed the title Vnode class data isn't applied recuresively Vnode class data isn't applied recursively Aug 1, 2016
yyx990803 added a commit that referenced this issue Aug 1, 2016
@enyancc
Copy link
Author

enyancc commented Aug 1, 2016

Wow that was fast! Thank you, Evan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants