Vue component for creating dynamic async iframes
npm install vue-friendly-iframe
Supports on Vue >= 2
``javascript`
npm install vue-friendly-iframe --save-dev
`javascript
import Vue from 'vue';
import VueFriendlyIframe from 'vue-friendly-iframe';
Vue.use(VueFriendlyIframe);
`
Add the component to your HTML:
`html``
Pull requests are welcome, or open up an issue if you have ideas for additional functionality, new features or bugs.