mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* actionsheet init * actionsheet process * action sheet 功能补齐 * 增加 actionsheet readme * 增加示例入口 * 增加标题配置
16 lines
399 B
Plaintext
16 lines
399 B
Plaintext
<import src="/dist/actionsheet/index.wxml" />
|
|
|
|
<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="toggleActionsheet">
|
|
Actionsheet
|
|
</button>
|
|
</view>
|
|
|
|
<template is="zan-actionsheet" data="{{ ...baseActionsheet }}"></template>
|
|
|
|
</view>
|