add notification.open to API docs (#11281)

This commit is contained in:
Wang Riwu 2018-07-18 14:55:47 +08:00 committed by zombieJ
parent f7db1788df
commit a2c4b03d45
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ used in the following cases:
- `notification.info(config)`
- `notification.warning(config)`
- `notification.warn(config)`
- `notification.open(config)`
- `notification.close(key: String)`
- `notification.destroy()`

View File

@ -23,6 +23,7 @@ subtitle: 通知提醒框
- `notification.info(config)`
- `notification.warning(config)`
- `notification.warn(config)`
- `notification.open(config)`
- `notification.close(key: String)`
- `notification.destroy()`