Closed p0psicles closed 6 years ago
Hi @p0psicles, could you try the project after uncommenting the following code? here.
The console.log
should show different values for the this.frame
value
Issue was the event wasnt triggered because i had it in a v-btn from vuetify. I used a basic <a>
tag. And now its working.
So the v-btn breaks it somehow
Surely the veautify component (v-btn
) runs stopPropagation
which means that the event is not transmitted to vue-frame
.
@juliandavidmr Offtopic but do you know if there is a way of catching an event, for when the iframe has finished loading?
At the moment it is not possible to do what you say in the current version of the package, but it is a feature you might add in the future. I'll do my best to get that new feature out in the next few days.
Ow that would be awesome
Do you want me to create a separate feature request?
I think it's a good idea if you do that. Thanks 😉
Expected Behavior
Have two vue-frame elements that refer to two different iframe elements. Each vue-frame loads in it's configured iframe.
Actual Behavior
First vue-frame loads in first iframe. Seconds stays blank.
Steps to Reproduce the Problem