[new feauture] Notify: add onClose option

This commit is contained in:
陈嘉涵
2019-05-30 12:00:47 +08:00
parent 82134fe402
commit 333666f506
6 changed files with 18 additions and 3 deletions
+2 -1
View File
@@ -58,4 +58,5 @@ export default {
| color | Message color | `String` | `#fff` | |
| background | Background color | `String` | `#f44` |
| className | Custom className | `String | Array | Object` | - |
| onClick | Click callback | `Function` | - |
| onClick | Callback function after click | `Function` | - |
| onClose | Callback function after close | `Function` | - |