Skip to content

Commit b0e4b69

Browse files
authored
feat(radio-group): add custom-class prop support (#5798)
1 parent fc43f6b commit b0e4b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/radio-group/index.wxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<wxs src="../wxs/utils.wxs" module="utils" />
22

3-
<view class="{{ utils.bem('radio-group', [direction]) }}">
3+
<view class="{{ utils.bem('radio-group', [direction]) }} custom-class">
44
<slot></slot>
55
</view>

0 commit comments

Comments
 (0)