Skip to content

Vnode class data isn't applied recursively #3365

@enyancc

Description

@enyancc

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

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