You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vue js component for creating dynamic async iframes based on Aaron Peter's article: http://www.aaronpeters.nl/blog/iframe-loading-techniques-performance?%3E#dynamic
## Vue Support
Supports on Vue >= 2
## Installation and Usage
```javascript
npm install vue-friendly-iframe --save-dev
```
```javascript
import VueFriendlyIframe from 'vue-friendly-iframe';