Files
fastbee/wechat_v2/miniprogram_npm/@vant/weapp/checkbox-group/index.wxml
2021-08-28 11:30:34 +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>