-
vue-videobg:Vue.js的视频背景组件下载
资源介绍
影片背景
通过NPM安装
通过npm作为vue-videobg 。
npm install --save vue-videobg
用法
import VideoBg from 'vue-videobg'
Vue . component ( 'video-bg' , VideoBg )
// or
new Vue ( {
el : 'body' ,
components : { VideoBg }
} )
< video-bg :sources =" ['demo/assets/video.mp4'] " img =" demo/assets/bg.jpg " >
<!-- If you want to add content here, a slot is waiting! -->
</ video-bg >
执照
VideoBackground是根据MIT许可发布的。 有