[improvement] Card: functional (#2740)

This commit is contained in:
neverland
2019-02-14 17:34:39 +08:00
committed by GitHub
parent 7a1ed98eb7
commit a152309cfc
3 changed files with 101 additions and 73 deletions
+6
View File
@@ -58,6 +58,12 @@ Vue.use(Card);
| thumb-link | 点击左侧图片后的跳转链接 | `String` | - | 1.3.4 |
| lazy-load | 是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用 | `Boolean` | `false` | 1.5.0 |
### Event
| 事件名 | 说明 | 参数 |
|------|------|------|
| click | 点击时触发 | - |
### Slot
| 名称 | 说明 |