dk-panel.wxml 348 B

123456789
  1. <van-panel title="{{title}}" desc="{{desc}}" status="{{status}}"
  2. custom-class="custom-class {{ customClass }}" header-class="header-class {{ headerClass }}" footer-class="footer-class {{ footerClass }}">
  3. <view slot="header">
  4. <slot name="header"></slot>
  5. </view>
  6. <view slot="footer">
  7. <slot name="footer"></slot>
  8. </view>
  9. </van-panel>