Skip to content

Commit

Permalink
chore: update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJim committed Aug 29, 2023
1 parent 1403a42 commit 60e493a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rate/_example/custom-prefix/index.wxml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<view class="demo-rate">
<view class="demo-rate__title">自定义icon前缀</view>
<view class="demo-rate__title">第三方图标</view>
<t-rate value="{{value}}" iconPrefix="icon" icon="a-1h" bind:change="onChange" />
</view>
2 changes: 1 addition & 1 deletion src/rate/_example/rate.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<view class="demo-desc">自定义评分</view>
<custom />

<view class="demo-desc">自定义icon前缀评分(适配自有图标库)</view>
<view class="demo-desc">第三方图标评分</view>
<custom-prefix />

<view class="demo-desc">自定义评分数量</view>
Expand Down

0 comments on commit 60e493a

Please sign in to comment.