Skip to content

$broadcast not working in some instances #474

Closed
@tim-smart

Description

@tim-smart

I have a case where I dynamically create a list of components:

<div v-repeat="actions" v-component="{{$value}}"></div>

After adding something to the list (this.actions.push('some-component')), then changing an element (this.actions = ['some-other-component']) - that component will no longer receive $broadcast events.

Let me know if you have issues reproducing this.

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