Files

20 lines
672 B
Plaintext
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
<t-message id="t-message" />
<view class="message-example">
<t-button t-class="external-class" theme="primary" variant="outline" size="large" block bind:tap="showInfoMessage"
>普通通知</t-button
>
<t-button t-class="external-class" theme="primary" variant="outline" size="large" block bind:tap="showSuccessMessage"
>成功通知</t-button
>
<t-button t-class="external-class" theme="primary" variant="outline" size="large" block bind:tap="showWarnMessage"
>警示通知</t-button
>
<t-button t-class="external-class" theme="primary" variant="outline" size="large" block bind:tap="showErrorMessage"
>错误通知</t-button
>
</view>