Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

sb-im/vue-lbgv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-lbgv

login backgound video

NPM

demo

基于vue的背景视频播放组件

yarn add vue-lbgv

import VueLbgv from 'vue-lbgv'

    components: {
      'vue-lbgv': VueLbgv
    }

Attribute

参数 说明 类型 可选值 默认值
videos 视频地址组,每次随机选一个视频播放 Array -- --
image 当视频播放失败是切换为背景图片 String -- --

Slot

参数 说明
-- 登录窗口

部分代码参考来自这里

https://github.com/bitkylin/ClusterDeviceControlPlatform-Web/blob/master/src/views/login/index.vue