6 lines
326 B
Plaintext
6 lines
326 B
Plaintext
|
|
<t-action-sheet id="t-action-sheet" usingCustomNavbar bind:selected="handleSelected" />
|
||
|
|
|
||
|
|
<t-button size="large" variant="outline" bind:tap="handleAction" block theme="primary">常规宫格型</t-button>
|
||
|
|
|
||
|
|
<t-button size="large" variant="outline" bind:tap="handleMultiAction" block theme="primary">带翻页宫格型</t-button>
|