vue-bottom-actionsheet

0.1.3 • Public • Published

使用方法

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

名称 类型 默认值
show Boolean false
actions Array菜单项数组['选项1','选项2'] []
cancelText 取消按钮文案 取消

方法

方法名 返回值
confirm index 菜单项数组下标

Readme

Keywords

Package Sidebar

Install

npm i vue-bottom-actionsheet

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

151 kB

Total Files

18

Last publish

Collaborators

  • gaojundong