Files
ClassContent/项目合集/校园失物招领/min-tpl/miniprogram_npm/@vant/weapp/checkbox-group/index.wxml
2024-09-27 02:06:13 +08:00

6 lines
161 B
Plaintext

<wxs src="../wxs/utils.wxs" module="utils" />
<view class="{{ utils.bem('checkbox-group', [{ horizontal: direction === 'horizontal' }]) }}">
<slot />
</view>