Newer
Older
smart_construction / miniprogram / miniprogram_npm / @vant / weapp / cell-group / index.wxml
zhout on 27 May 2020 193 bytes Initial Commit
<view
  wx:if="{{ title }}"
  class="van-cell-group__title"
>
  {{ title }}
</view>
<view class="custom-class van-cell-group {{ border ? 'van-hairline--top-bottom' : '' }}">
  <slot />
</view>