docs: optimize icon link

This commit is contained in:
陈嘉涵
2020-01-23 10:32:02 +08:00
parent 1404c82dba
commit 24ec818121
17 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -152,5 +152,5 @@ Toast.resetDefaultOptions('loading');
| className | Custom className | *any* | - |
| onOpened | Callback function after opened | *Function* | - |
| onClose | Callback function after close | *Function* | - |
| transition `v2.2.6` | Transition, equivalent to `name` prop of [transtion](https://vuejs.org/v2/api/#transition) | *string* | - |
| transition `v2.2.6` | Transition, equivalent to `name` prop of [transtion](https://vuejs.org/v2/api/#transition) | *string* | `van-fade` |
| getContainer | Return the mount node for Toast | *string \| () => Element* | `body` |