You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
enyancc
changed the title
Vnode class data isn't applied recuresively
Vnode class data isn't applied recursively
Aug 1, 2016
Uh oh!
There was an error while loading. Please reload this page.
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
classesThe text was updated successfully, but these errors were encountered: