Skip to content

Commit b4457cd

Browse files
authored
fix(pull-down-refresh): t-class-loading configuration does not take effect (#3896)
1 parent b10db80 commit b4457cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/pull-down-refresh/pull-down-refresh.wxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
size="{{loadingProps.size || '50rpx'}}"
5151
text="{{loadingProps.text || loadingTexts[refreshStatus]}}"
5252
theme="{{loadingProps.theme || 'circular'}}"
53+
t-class="{{prefix}}-class-loading"
5354
t-class-indicator="{{prefix}}-class-indicator"
5455
/>
5556
<view wx:elif="{{refreshStatus >= 0}}" class="{{classPrefix}}__text {{prefix}}-class-text"

0 commit comments

Comments
 (0)