Skip to content

m-action-sheet 操作菜单

简述

自底部弹出的操作菜单面板。

注意

请以 uni_modules/m-unix 与本文为准;各端差异以 uni-app 与各平台官方文档为准。涉及隐私能力(相册、定位、剪贴板、手机号等)需在 manifest 与后台完成配置。

平台差异说明

App(vue)App(nvue)H5小程序

演示地址

与线上 H5 演示基座 分包一致(文档站右下角预览 iframe 亦指向同一路径)。

类型地址
分包路径pages_demo/ext/action-sheet/action-sheet
线上 H5(hash)打开演示

基本使用

uvue
<m-action-sheet :show="show" :item-list="items" @close="show=false" />

Props 与事件

完整 propsevents插槽 以源码为准;索引见 组件文档索引

Released under the MIT License.