11 lines
426 B
Plaintext
11 lines
426 B
Plaintext
|
|
<t-grid class="block">
|
||
|
|
<t-grid-item text="分享" image="slot">
|
||
|
|
<view slot="image" class="grid-item__image">
|
||
|
|
<t-button variant="text" icon="share" open-type="share"></t-button>
|
||
|
|
</view>
|
||
|
|
</t-grid-item>
|
||
|
|
<t-grid-item text="收藏" icon="star" bindclick="onClick" />
|
||
|
|
<t-grid-item text="保存" icon="download" bindclick="onClick" />
|
||
|
|
<t-grid-item text="编辑" icon="edit-1" bindclick="onClick" />
|
||
|
|
</t-grid>
|