Skip to content

Commit 06ab587

Browse files
committed
build: generate v0.7.0
1 parent fd1560b commit 06ab587

40 files changed

+190
-1026
lines changed

CHANGELOG.md

Lines changed: 52 additions & 52 deletions
Large diffs are not rendered by default.

tdesign-miniprogram/button/button.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tdesign-miniprogram/button/button.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tdesign-miniprogram/button/button.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tdesign-miniprogram/button/button.wxml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,15 @@
2222
bind:opensetting="opensetting"
2323
bind:launchapp="launchapp"
2424
>
25-
<view class="{{classPrefix}}__content">
25+
<view class="{{classPrefix}}__wrapper">
2626
<t-icon wx:if="{{icon}}" name="{{icon}}" class="{{classPrefix}}__icon {{prefix}}-class-icon"></t-icon>
27-
<slot />
28-
<slot name="content" />
29-
{{content || ''}}
27+
<view class="{{classPrefix}}--loading {{prefix}}-class-loading" wx:if="{{loading}}">
28+
<view class="{{classPrefix}}__circular"></view>
29+
</view>
30+
<view class="{{classPrefix}}__content">
31+
<slot />
32+
<slot name="content" />
33+
<block>{{content}}</block>
34+
</view>
3035
</view>
3136
</button>

0 commit comments

Comments
 (0)