Skip to content

Commit

Permalink
fix(Fab): resolved hover-class invalid (#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Jun 20, 2023
1 parent 6ae343f commit 97a9bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/template/button.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
size="{{size || 'medium'}}"
variant="{{variant || 'base'}}"
open-type="{{openType || ''}}"
hover-class="{{hoverClass}}"
hover-stop-propagation="{{hoverStopPropagation || false}}"
hover-start-time="{{hoverStartTime || 20}}"
hover-stay-time="{{hoverStayTime || 70}}"
Expand Down

0 comments on commit 97a9bfc

Please sign in to comment.