Skip to content

Component ready() not firing for iframed vue instance #2831

Closed
@kdocki

Description

@kdocki

Vue.js version

1.0.22

Reproduction Link

http://codepen.io/kelt/pen/KzJYqE

Steps to reproduce

Create a new Vue instance with el that points to loaded iframe body. Inside this iframe body create a component. The ready method is not called on this component even though the component is rendered with it's template.

What is Expected?

I expected the ready function to be called on the 'editable' component.

What is actually happening?

The ready function is never being invoked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions