We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d7873 commit bfdd7d7Copy full SHA for bfdd7d7
src/components/classify/classify.cml
@@ -4,7 +4,7 @@
4
<view class="wrapper-content">
5
<view class="class-list" style="{{scrollerHeight}}cpx">
6
<scroller height="{{scrollerHeight}}">
7
- <view class="class-wrapper" c-bind:tap="forbinding">
+ <view class="class-wrapper">
8
<text class="class-txt" c-for="{{classes}}">{{item}}</text>
9
</view>
10
</scroller>
0 commit comments