Newer
Older
HydrantApplet / miniprogram / miniprogram_npm / vant-weapp / cell-group / index.wxml
zhout on 4 Mar 2021 193 bytes first 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>