UNPKG

hls-player

Version:

A hls video player component for Vue.js

13 lines (9 loc) 260 B
import hlsPlayer from './index.vue' hlsPlayer.install = function (Vue) { Vue.component(hlsPlayer.name, hlsPlayer) } if (typeof window !== 'undefined' && window.Vue) { window.hlsPlayer = hlsPlayer; window.Vue.use(hlsPlayer); } export default hlsPlayer