docs: update docs

Change-Id: Ia7978d5e7fb726c5fd888d80b571ebda6a52c912
This commit is contained in:
xiaodemen
2021-05-07 10:57:45 +08:00
committed by GU Yiling
parent d6a3bcbb16
commit bbcea6f5e9
10 changed files with 38 additions and 31 deletions

View File

@@ -21,7 +21,7 @@
| `before-close` | `function(string): boolean=|Promise<boolean=>` | - | [^before-close] |
| `overlay-class` | `string|Array|Object=` | - | 浮层根元素类名,参考 [`Overlay`](./overlay) 组件的 [`overlay-class`](./overlay#props) 属性。 |
| `indicator` | `string=` | `'number'` | [^indicator] |
| `options` | `object=` | `{video: {muted: true, autoplay: true, controls: true}}` | 额外配置。 |
| `options` | `Object=` | `{ video: { muted: true, autoplay: true, controls: true } }` | 额外配置。 |
^^^open
:::badges
@@ -32,7 +32,7 @@
^^^
^^^datasource
灯箱数据源,项目类型为:`{src, alt, type}`
灯箱数据源,项目类型为:`{ src, alt, type, desc }`
+++字段详情
| 名称 | 类型 | 描述 |