ps-tcplayer
Version:
Tencent Cloud Player component with Vue2/Vue3 compatibility
22 lines (13 loc) • 391 B
Markdown
## Play ErrorReportComponent
### Usage
Reference this component and add the following code to the player configuration:
```js
components: [{
name: 'ErrorReportComponent',
type: AliPlayerComponent.ErrorReportComponent,
args: [clickHandle]
}]
```
This component contains the following parameter:
> clickHandle
- `clickHandle`: the click event handler for the `Play Next` button.