Update zx-player
This commit is contained in:
parent
d1f328d2d2
commit
72105458c3
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in New Issue