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

6 lines
161 B
Plaintext
Raw Permalink Normal View History

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