0.0.5 • Published 4 years ago

@treecrow/actionsheet v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

@treecrow/actionsheet

底部弹窗

快速开始

// npm install @treecrow/actionsheet --save

import Actionsheet from "@treecrow/actionsheet";
Vue.component("Actionsheet", Actionsheet);

api

optionDescriptionValueDefault
actionsarray of actionsArray-
visiblevisibility of the action sheetBoolean'false'
cancelTexttext of the cancel buttonString'取消'
closeOnClickModaldetermines if the action sheet turn off when the modal is clickedBoolean'true'