juliandavidmr / vue-frame

Dynamic component for creation of interfaces with iframes
https://www.npmjs.com/package/vue-frame
MIT License
47 stars 9 forks source link

Is it possible to render iframe immediately, without the clicking on div? #7

Closed YevheniiHerasymchuk closed 6 years ago

juliandavidmr commented 6 years ago

Hi @YevheniiHerasymchuk , do you want something like uploading default sites without click event?, if so then it is not possible at the moment, but it could be added in the future.

juliandavidmr commented 6 years ago

The default site load is now available, for more information see default in the table "proptypes".

This feature has been added in version 1.0.6

juliandavidmr commented 6 years ago

This issue will be closed. If you have more questions about this topic then you can reopen this issue, or you can create a new issue. Oh, thank you.

msouidi309 commented 6 years ago

Hi, i'm interested on how we display without clicking ?

YevheniiHerasymchuk commented 6 years ago

By using simple <iframe> tag. I solved other issues in another way but this case was handled by using simple <iframe tag only