Commit 9b707121 authored by 刘梦焕's avatar 刘梦焕

fix: 修改引入视频组件方式

parent 1e782e91
......@@ -30,6 +30,7 @@
"test": "node ./__tests__/@wisdom-components/VideoPopup.test.js"
},
"dependencies": {
"@babel/runtime": "^7.17.9"
"@babel/runtime": "^7.17.9",
"@wisdom-components/VmsVideo": "1.1.13"
}
}
import TestVideo from '../../VmsVideo/src/index';
import TestVideo from '@wisdom-components/VmsVideo';
import { Modal } from 'antd';
import React from 'react';
import styles from './index.less';
......
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