15 lines
279 B
Plaintext
15 lines
279 B
Plaintext
<t-button
|
|
class="app-button"
|
|
theme="{{theme}}"
|
|
variant="{{variant}}"
|
|
size="{{size}}"
|
|
block="{{block}}"
|
|
disabled="{{disabled}}"
|
|
loading="{{loading}}"
|
|
shape="{{shape}}"
|
|
bind:tap="handleTap"
|
|
>
|
|
<block wx:if="{{text}}">{{text}}</block>
|
|
<slot></slot>
|
|
</t-button>
|