vue-friendly-iframe
Dynamic asnyc iframes are a technique for creating non-blocking, super fast loading iframes. Fast loading iframes are essential for building embedded widgets.
Requirements
- Vue.js (^v2.1.4)
Installation
Vue Support
Supports on Vue >= 2
Installation and Usage
npm install vue-friendly-iframe --save-dev
import VueFriendlyIframe from 'vue-friendly-iframe';
Vue.component('vue-friendly-iframe', VueFriendlyIframe);