开始做登录
This commit is contained in:
11
miniprogram_npm/@vant/weapp/cell-group/index.wxml
Normal file
11
miniprogram_npm/@vant/weapp/cell-group/index.wxml
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
Reference in New Issue
Block a user