Update zx-player

This commit is contained in:
chuzhixin 2020-12-04 23:02:58 +08:00
parent d1f328d2d2
commit 72105458c3

View File

@ -1,7 +1,3 @@
import { Custom, Flv, Hls, Mp4 } from 'zx-player'
import { VabPlayerMp4, VabPlayerHls, VabPlayerFlv } from 'zx-player'
const VabPlayerMp4 = Mp4
const VabPlayerHls = Hls
const VabPlayerFlv = Flv
const VabPlayerCustom = Custom
export { VabPlayerMp4, VabPlayerHls, VabPlayerFlv, VabPlayerCustom }
export { VabPlayerMp4, VabPlayerHls, VabPlayerFlv }