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

Latest commit

 

History

History
35 lines (23 loc) · 885 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 885 Bytes

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