11 lines
592 B
Plaintext
11 lines
592 B
Plaintext
<view class="indexes">
|
|
<view class="demo-title">Indexes 索引</view>
|
|
<view class="demo-desc">用于页面中信息快速检索,可以根据目录中的页码快速找到所需的内容。</view>
|
|
<t-demo title="01 组件类型" desc="基础索引类型" padding>
|
|
<t-button variant="outline" theme="primary" size="large" block bind:tap="toBase">基础用法</t-button>
|
|
</t-demo>
|
|
<t-demo title="02 组件样式" desc="其他索引样式" padding>
|
|
<t-button variant="outline" theme="primary" size="large" block bind:tap="toCustom">胶囊索引</t-button>
|
|
</t-demo>
|
|
</view>
|