cell-group.wxml 189 B

1234
  1. <view wx:if="{{ title }}" class="{{ classPrefix }}__title"> {{ title }} </view>
  2. <view class="t-class {{ classPrefix }} {{ bordered ? classPrefix + '--bordered' : '' }}">
  3. <slot />
  4. </view>