Panel
Install

Install


API

Props

nametypedefaultdescriptionrequired version
headerstringheader title--
footerobjectfooter config, {url: url, title: title}--
listarraycontent list [{title, desc, src, fallbackSrc, meta:{source,date,other}}]--
typestring1one of '1', '2', '3', '4', '5'--

Events

nameparamsdescriptionrequired 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)