mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
18 lines
532 B
Plaintext
18 lines
532 B
Plaintext
<view class="container">
|
|
<view class="doc-title zan-hairline--bottom zan-hairline--bottom">ACTIONSHEET</view>
|
|
<view class="zan-btns" style="margin-top: 30vh;">
|
|
<button class="zan-btn" bindtap="openActionsheet">
|
|
Actionsheet
|
|
</button>
|
|
<zan-actionsheet
|
|
show="{{ show }}"
|
|
actions="{{ actions }}"
|
|
cancel-text="{{ cancelText }}"
|
|
cancel-with-mask="{{ cancelWithMask }}"
|
|
bind:cancel="closeActionSheet"
|
|
bind:actionclick="clickAction"
|
|
mask-class="tiny"
|
|
/>
|
|
</view>
|
|
</view>
|