Files

11 lines
661 B
Plaintext
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
<t-toast id="t-toast" />
<view class="box">
<t-button size="large" variant="outline" theme="primary" bind:tap="showText" block>纯文本</t-button>
<t-button size="large" variant="outline" theme="primary" bind:tap="showMultiText" block>多行文字</t-button>
<t-button size="large" variant="outline" theme="primary" bind:tap="showHorizontalText" block>带横向图标</t-button>
<t-button size="large" variant="outline" theme="primary" bind:tap="showVerticalText" block>带竖向图标</t-button>
<t-button wx:if="{{!skylineRender}}" size="large" variant="outline" theme="primary" bind:tap="showLoading" block
>加载状态</t-button
>
</view>