officert / vue-friendly-iframe

A Vue js component for creating super fast loading, non-blocking iframes.
https://officert.github.io/vue-friendly-iframe/
307 stars 57 forks source link

use as global #29

Closed amchconsult closed 3 years ago

amchconsult commented 4 years ago

how do i register as global and CDN?

officert commented 3 years ago

Follow the instructions:

Vue.use(VueFriendlyIframe);

This will register the component globally.

amchconsult commented 3 years ago

thank you