first add files
This commit is contained in:
5
ProjectLiaisonForm/pages/stepper/min-max/index.wxml
Normal file
5
ProjectLiaisonForm/pages/stepper/min-max/index.wxml
Normal file
@@ -0,0 +1,5 @@
|
||||
<view class="stepper-example">
|
||||
<t-stepper defaultValue="0" theme="filled" />
|
||||
<t-stepper defaultValue="99" theme="filled" min="5" max="999" />
|
||||
<t-stepper defaultValue="999" theme="filled" max="999" />
|
||||
</view>
|
||||
Reference in New Issue
Block a user