Installation

npm install vue-friendly-iframe --save-dev

Usage

1) Install the Vue Friendly Iframe plugin:

import Vue from 'vue';
import VueFriendlyIframe from 'vue-friendly-iframe';

Vue.use(VueFriendlyIframe);

2) In your HTML add the component:

<vue-friendly-iframe :src="example1Form.src" @load="onLoad"></vue-friendly-iframe>