index.ts 196 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import { withInstall } from '/@/utils/index'; import VideoPlay from './src/VideoPlay.vue'; export { getVideoTypeByUrl } from './src/utils'; export const BasicVideoPlay = withInstall(VideoPlay);