审查视图

wxcomponents/vant/dist/cell-group/index.wxml 193 字节
1  
倪静楠 authored
1 2 3 4 5 6 7 8 9
<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>