Commit 7ab734b5 authored by 刘梦焕's avatar 刘梦焕

feat: 新增视频弹窗组件

parent 193614a2
......@@ -107,6 +107,7 @@ export default {
'AlarmScrollAssembly',
'DataCarousel',
'VmsVideo',
'VideoPopUp',
],
},
{
......
# `@wisdom-components/VideoPopup`
> TODO: description
## Usage
```
const videopopup = require('@wisdom-components/VideoPopup');
// TODO: DEMONSTRATE API
```
{
"name": "@wisdom-components/videopopup",
"version": "1.0.0",
"description": "> TODO: description",
"author": "Liumh <liumh564@163.com>",
"homepage": "",
"license": "ISC",
"module": "es/index.js",
"main": "lib/index.js",
"sideEffects": [
"*.less"
],
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"es",
"dist"
],
"publishConfig": {
"registry": "https://g.civnet.cn:4873/"
},
"repository": {
"type": "git",
"url": "https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git"
},
"scripts": {
"test": "node ./__tests__/@wisdom-components/VideoPopup.test.js"
},
"dependencies": {
"@babel/runtime": "^7.17.9"
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment