docs: remove 1.x version tip (#4257)
This commit is contained in:
@@ -124,7 +124,7 @@ toast2.clear();
|
||||
| closeOnClick | 是否在点击后关闭 | `boolean` | `false` | 2.1.5 |
|
||||
| loadingType | 加载图标类型, 可选值为 `spinner` | `string` | `circular` | - |
|
||||
| duration | 展示时长(ms),值为 0 时,toast 不会消失 | `number` | `3000` | - |
|
||||
| className | 自定义类名 | `any` | - | 1.6.0 |
|
||||
| className | 自定义类名 | `any` | - | - |
|
||||
| onOpened | 完全展示后的回调函数 | `Function` | - | 2.0.0 |
|
||||
| onClose | 关闭时的回调函数 | `Function` | - | 1.6.10 |
|
||||
| getContainer | 指定挂载的节点,可以传入选择器,<br>或一个返回节点的函数 | `string | () => HTMLElement` | `body` | 1.6.3 |
|
||||
| onClose | 关闭时的回调函数 | `Function` | - | - |
|
||||
| getContainer | 指定挂载的节点,可以传入选择器,<br>或一个返回节点的函数 | `string | () => HTMLElement` | `body` | - |
|
||||
|
||||
Reference in New Issue
Block a user