From 0346a66d025e5f3c5ff7e21e5067099aea7535c1 Mon Sep 17 00:00:00 2001 From: chenchen32 Date: Tue, 28 Sep 2021 10:50:13 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=BC=95=E5=85=A5=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E7=9A=84=E8=87=AA=E5=AE=9A=E4=B9=89=E6=8E=A7=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=20VideoViewer=20=E6=8E=A7=E4=BB=B6?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E5=BC=82=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/VideoViewer/Video.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/components/VideoViewer/Video.tsx b/source/components/VideoViewer/Video.tsx index c90d3d143..7638505e6 100644 --- a/source/components/VideoViewer/Video.tsx +++ b/source/components/VideoViewer/Video.tsx @@ -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';