Audio 文档补充

This commit is contained in:
liaoxuezhi 2019-07-04 11:51:59 +08:00
parent 397a43bb28
commit 0099b588ed
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
| src | `string` | | 音频地址 |
| loop | `boolean` | false | 是否循环播放 |
| autoPlay | `boolean` | false | 是否自动播放 |
| rates | `array` | `[]` | 加速播放 |
| rates | `array` | `[]` | 可配置音频播放倍速如:`[1.0, 1.5, 2.0]` |
| controls | `array` | `['rates', 'play', 'time', 'process', 'volume']` | 内部模块定制化 |
```schema:height="200" scope="body"