0.1.3 • Published 4 years ago

vue-bottom-actionsheet v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

使用方法

npm install vue-bottom-actionsheet --save

main.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

名称类型默认值
showBooleanfalse
actionsArray菜单项数组'选项1','选项2'[]
cancelText取消按钮文案取消

方法

方法名返回值
confirmindex 菜单项数组下标
0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago