feat(NoticeBar): add replay event (#6079)

This commit is contained in:
neverland
2020-04-17 21:34:02 +08:00
committed by GitHub
parent 31674a162c
commit e95e09764a
4 changed files with 24 additions and 9 deletions
+5 -4
View File
@@ -79,10 +79,11 @@ Vue.use(NoticeBar);
### Events
| 事件名 | 说明 | 回调参数 |
| ------ | ---------------- | -------------- |
| click | 点击通知栏时触发 | _event: Event_ |
| close | 关闭通知栏时触发 | _event: Event_ |
| 事件名 | 说明 | 回调参数 |
| --------------- | ---------------------------- | -------------- |
| click | 点击通知栏时触发 | _event: Event_ |
| close | 关闭通知栏时触发 | _event: Event_ |
| replay `v2.6.2` | 每当滚动栏重新开始滚动时触发 | - |
### Slots