init
This commit is contained in:
14
components/base/app-button/index.wxml
Normal file
14
components/base/app-button/index.wxml
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user