filesbox/miniprogram/FilesBox/miniprogram_npm/@vant/weapp/cell-group/index.wxml

12 lines
292 B
Plaintext
Raw Permalink Normal View History

2023-09-21 02:23:31 +00:00
<wxs src="../wxs/utils.wxs" module="utils" />
<view
wx:if="{{ title }}"
class="{{ utils.bem('cell-group__title', { inset }) }}"
>
{{ title }}
</view>
<view class="custom-class {{ utils.bem('cell-group', { inset }) }} {{ border ? 'van-hairline--top-bottom' : '' }}">
<slot />
</view>