[new feature] NoticeBar: add close event (#2692)

This commit is contained in:
neverland
2019-02-06 20:36:05 +08:00
committed by GitHub
parent 8fa872e52c
commit 9c5e5b8158
4 changed files with 22 additions and 3 deletions
+2 -1
View File
@@ -58,4 +58,5 @@ Vue.use(NoticeBar);
| 事件名 | 说明 | 参数 |
|------|------|------|
| click | 点击事件回调 | - |
| click | 点击时触发 | - |
| close | 关闭时触发 | - |