# VideoPlayer 视频播放器
# 引入
import PressVideoPlayer from 'press-plus/press-video-player/press-video-player';
export default {
components: {
PressVideoPlayer,
}
}
# 代码演示
# 基础用法
<press-video-player video-url="https://www.w3school.com.cn/i/movie.mp4"></press-video-player>
# API
# Props
| 参数 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| video-url | 视频链接 | string | - |