mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-09-18 18:29:57 +08:00
8 lines
226 B
Vue
8 lines
226 B
Vue
import { Custom, Flv, Hls, Mp4 } from 'zx-player'
|
|
|
|
const VabPlayerMp4 = Mp4
|
|
const VabPlayerHls = Hls
|
|
const VabPlayerFlv = Flv
|
|
const VabPlayerCustom = Custom
|
|
export { VabPlayerMp4, VabPlayerHls, VabPlayerFlv, VabPlayerCustom }
|