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