We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10db80 commit b4457cdCopy full SHA for b4457cd
packages/components/pull-down-refresh/pull-down-refresh.wxml
@@ -50,6 +50,7 @@
50
size="{{loadingProps.size || '50rpx'}}"
51
text="{{loadingProps.text || loadingTexts[refreshStatus]}}"
52
theme="{{loadingProps.theme || 'circular'}}"
53
+ t-class="{{prefix}}-class-loading"
54
t-class-indicator="{{prefix}}-class-indicator"
55
/>
56
<view wx:elif="{{refreshStatus >= 0}}" class="{{classPrefix}}__text {{prefix}}-class-text"
0 commit comments