登录 注册
当前位置:主页 > 资源下载 > 45 > vue-videobg:Vue.js的视频背景组件下载

vue-videobg:Vue.js的视频背景组件下载

  • 更新:2024-10-28 12:42:44
  • 大小:2.04MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

影片背景 通过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许可发布的。 有