0.1.3 • Published 5 years ago
vue-bottom-actionsheet v0.1.3
使用方法
npm install vue-bottom-actionsheet --savemain.js
import 'vue-bottom-actionsheet/lib/index.css'
import vueActionsheet from 'vue-bottom-actionsheet'
Vue.use(vueActionsheet)vue页面中使用
<my-actionsheet v-model="show" :actions="actions" @confirm="confirm" cancel-text="知道了"></my-actionsheet>API
| 名称 | 类型 | 默认值 |
|---|---|---|
| show | Boolean | false |
| actions | Array菜单项数组'选项1','选项2' | [] |
| cancelText | 取消按钮文案 | 取消 |
方法
| 方法名 | 返回值 |
|---|---|
| confirm | index 菜单项数组下标 |