docs: fix format errors (#8919)

* docs: fix format errors

* docs: fix format errors
This commit is contained in:
踏学吾痕
2021-06-24 09:49:08 +08:00
committed by GitHub
parent 4f0ca629b2
commit ac3c5aa951
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ Toast.resetDefaultOptions('loading');
### Options
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- | --- |
| --- | --- | --- | --- |
| type | 提示类型,可选值为 `loading` `success`<br>`fail` `html` | _string_ | `text` |
| position | 位置,可选值为 `top` `bottom` | _string_ | `middle` |
| message | 文本内容,支持通过`\n`换行 | _string_ | `''` | - |