We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc43f6b commit b0e4b69Copy full SHA for b0e4b69
packages/radio-group/index.wxml
@@ -1,5 +1,5 @@
1
<wxs src="../wxs/utils.wxs" module="utils" />
2
3
-<view class="{{ utils.bem('radio-group', [direction]) }}">
+<view class="{{ utils.bem('radio-group', [direction]) }} custom-class">
4
<slot></slot>
5
</view>
0 commit comments