pad-app/wxcomponents/vant/dist/checkbox-group/index.wxml

6 lines
161 B
Plaintext
Raw Permalink Normal View History

2023-07-25 13:41:08 +08:00
<wxs src="../wxs/utils.wxs" module="utils" />
<view class="{{ utils.bem('checkbox-group', [{ horizontal: direction === 'horizontal' }]) }}">
<slot />
</view>