API
Props
name | type | default | description | required version |
header | string | header title | -- | |
footer | object | footer config, {url: url, title: title} | -- | |
list | array | content list [{title, desc, src, fallbackSrc, meta:{source,date,other}}] | -- | |
type | string | 1 | one of '1', '2', '3', '4', '5' | -- |
Events
name | params | description | required version |
@on-click-header | -- | emits when clicking header | -- |
@on-click-item | (item) | emits when clicking item | -- |
@on-click-footer | -- | emits when clicking footer | -- |
Contributors
Contributors
Total commits quantity: 19,Total contributors quantity: 3
airylandQiongrong Jiang林杰Changelog
Releases
- v2.7.9 [fix] hide footer when footer.title is empty #2476
- v2.7.5 [fix] remove duplicate top border
- v2.7.5 [feature] add slot:header slot:body #2270
- v2.6.0 [enhance] support list prop:fallbackSrc #1923
- v2.5.7 [feature] use v-html binding #1784
- v2.5.2 [feature] Add type(4,5) and info meta(source,date,other)