electricity_bill_calc_wx/miniprogram_npm/@vant/weapp/checkbox-group/index.wxml
2024-03-15 17:20:54 +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>