filesbox/miniprogram/FilesBox/node_modules/@vant/weapp/lib/checkbox-group/index.wxml
2023-09-21 10:23:31 +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>