7 lines
185 B
Plaintext
Raw Normal View History

2020-06-09 16:17:23 +08:00
<view class="van-cell-group__title" wx:if="{{title}}">
{{title}}
</view>
<view class="custom-class van-cell-group {{border?'van-hairline--top-bottom':''}}">
<slot></slot>
</view>