mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
docs: update method table (#4511)
This commit is contained in:
@@ -68,12 +68,12 @@ export default {
|
||||
|
||||
### 方法
|
||||
|
||||
| 方法名 | 参数 | 返回值 | 介绍 |
|
||||
| 方法名 | 说明 | 参数 | 返回值 |
|
||||
|------|------|------|------|
|
||||
| Notify | `options | message` | notify 实例 | 展示提示 |
|
||||
| Notify.clear | - | `void` | 关闭提示 |
|
||||
| Notify.setDefaultOptions | `options` | `void` | 修改默认配置,对所有 Notify 生效 |
|
||||
| Notify.resetDefaultOptions | - | `void` | 重置默认配置,对所有 Notify 生效 |
|
||||
| Notify | 展示提示 | `options | message` | notify 实例 |
|
||||
| Notify.clear | 关闭提示 | - | `void` |
|
||||
| Notify.setDefaultOptions | 修改默认配置,对所有 Notify 生效 | `options` | `void` |
|
||||
| Notify.resetDefaultOptions | 重置默认配置,对所有 Notify 生效 | - | `void` |
|
||||
|
||||
### Options
|
||||
|
||||
|
Reference in New Issue
Block a user