Skip to content

Commit

Permalink
fix:引入缺失的自定义控件,修复 VideoViewer 控件渲染异常的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chenchen32 committed Sep 28, 2021
1 parent ffbec4c commit 0346a66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/components/VideoViewer/Video.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import * as React from 'react';
import PropTypes from 'prop-types';
import videojs from 'video.js';
import './component/vjsDownLoad';
import './component/vjsFullScreen';
import './component/vjsVolume';
import './component/vjsPlay';
import './component/vjsErrorDisplay';
import { zh_CN } from './lang/zh-CN';
import KEYCODE from '../../utils/KeyCode';

Expand Down

0 comments on commit 0346a66

Please sign in to comment.