docs: fix icon link (#4758)

This commit is contained in:
neverland
2019-10-17 17:20:41 +08:00
committed by GitHub
parent 2d24f3f9e7
commit 0a1d6b5a9b
14 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ toast2.clear();
| type | 提示类型,可选值为 `loading` `success`<br>`fail` `html` | *string* | `text` | - |
| position | 位置,可选值为 `top` `bottom` | *string* | `middle` | - |
| message | 文本内容,支持通过`\n`换行 | *string* | `''` | - | - |
| icon | 自定义图标,支持传入图标名称或图片链接,可选值见 [Icon 组件](/#/zh-CN/icon) | *string* | - | 2.0.1 |
| icon | 自定义图标,支持传入图标名称或图片链接,可选值见 [Icon 组件](#/zh-CN/icon) | *string* | - | 2.0.1 |
| iconPrefix | 图标类名前缀 | *string* | `van-icon` | 2.0.9 |
| mask | 是否显示背景遮罩层 | *boolean* | `false` | - |
| forbidClick | 是否禁止背景点击 | *boolean* | `false` | - |