# VideoViewer 图片预览组件(2.5.0+)
将 `VideoPlayer` 组件函数化,通过函数方便创建组件。
VideoViewer 组件位于 [src/components/VideoViewer](https://github.com/kailong321200875/vue-element-plus-admin/tree/master/src/components/VideoViewer) 内
## 用法
```vue
预览
```
## VideoViewer
### 参数
| 属性 | 说明 | 类型 | 可选值 | 默认值 |
| ---- | ---- | ---- | ---- | ---- |
| url | 视频的地址 | `string` | - | - |
| poster | 视频的封面 | `string` | - | - |