feat(Tag): close event param (#8337)

This commit is contained in:
neverland
2021-03-14 11:30:04 +08:00
committed by GitHub
parent 1e3791a8a3
commit 6877dabe6a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ export default {
| 事件名 | 说明 | 回调参数 |
| ------ | -------------- | ------------------- |
| click | 点击时触发 | _event: MouseEvent_ |
| close | 关闭标签时触发 | - |
| close | 关闭标签时触发 | _event: MouseEvent_ |
### 样式变量