UNPKG

vuetube

Version:

A fast, lightweight, lazyload vue component acting as a thin layer over the YouTube IFrame Player API which renders fast

16 lines (12 loc) 323 B
import VueTube from './components/VueTube/VueTube.js'; export { default as VueTube } from './components/VueTube/VueTube.js'; /** * Import vue components */ /** * Install function executed by Vue.use() */ var install = function installVueTube(Vue) { Vue.component(VueTube.name, VueTube); }; export default install;