Closed
Description
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.