This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<view class="demo-rate">
<view class="demo-rate__title">自定义评分数量</view>
<!-- 自定义评分数量,设置属性:count-->
<t-rate value="{{value}}" count="{{3}}" bind:change="onChange" />
</view>