Files
toutoukan_front/miniprogram/miniprogram_npm/@vant/weapp/checkbox-group/index.wxml
JACKYMYPERSON eae49c76bd 基本成型
2025-09-27 17:24:52 +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>