Files
2025-08-15 14:05:08 +08:00

8 lines
402 B
Plaintext

<t-toast id="t-toast" />
<view class="box">
<t-button theme="primary" size="large" variant="outline" bind:tap="showSuccessToast" block>成功提示</t-button>
<t-button theme="primary" size="large" variant="outline" bind:tap="showWarningToast" block>警告提示</t-button>
<t-button theme="primary" size="large" variant="outline" bind:tap="showErrorToast" block>错误提示</t-button>
</view>