[new feature] Tag: add click event (#2693)

This commit is contained in:
neverland
2019-02-06 20:44:40 +08:00
committed by GitHub
parent 9c5e5b8158
commit 305dc19ceb
3 changed files with 28 additions and 0 deletions
+6
View File
@@ -88,3 +88,9 @@ Vue.use(Tag);
| 名称 | 说明 |
|------|------|
| - | 自定义 Tag 显示内容 |
### Event
| 事件名 | 说明 | 参数 |
|------|------|------|
| click | 点击时触发 | - |