Skip to content

Commit

Permalink
fix(switch): 语义化变更. (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
byq1213 committed Nov 30, 2022
1 parent fca42a8 commit 1586118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/switch/switch.wxml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<wxs src="../common/utils.wxs" module="_" />
<view
<label
style="{{ customStyle }}"
class="{{ prefix }}-class {{classPrefix}}"
bind:tap="handleSwitch"
Expand Down Expand Up @@ -28,4 +28,4 @@
</view>
</view>
</view>
</view>
</label>

0 comments on commit 1586118

Please sign in to comment.