从屏幕底部动态弹出的分享菜单,可自定义菜单元素个数,并且自带页面指示器。小巧玲珑、短小精悍。比原生更好用的原生组件,样式美观,简单好用,非常方便集成。
import "../components/animate-actionSheet/animate-actionSheet.stml"
<animate-actionSheet 
  v-if={showAction}
  title="分享到"
  dataList={dataList} 
  @closeAction="closeAction">
</animate-actionSheet>
| 参数 | 说明 | 类型 | 默认值 | 
|---|---|---|---|
| title | 分享菜单标题 | string | 分享到 | 
| dataList | 菜单成员数组 | Arry | - | 
| 事件名 | 说明 | 回调参数 | 
|---|---|---|
| closeAction | 关闭菜单事件 | index(-1表示取消) | 
无
无
无
如果您在使用本组件过程中,遇到任何问题,可在论坛发帖求助。我们会有专业技术人员提供支持。
