WGShare.Client.Wx/pages/stepper/theme/index.wxml

6 lines
169 B
Plaintext

<view class="stepper-example">
<t-stepper defaultValue="3" theme="filled" />
<t-stepper defaultValue="3" theme="outline" />
<t-stepper defaultValue="3" />
</view>