0.1.2 • Published 3 years ago

ph-actionsheet v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

vue-template

Project setup

npm install ph-actionsheet

基本用法

//按需引入
import Actionsheet from 'ph-actionsheet'
//全局注册
createApp(App).use(Actionsheet)

//属性介绍
interface Actionsheet{
    visible:boolean,
    alpha:boolean <true> //是否透明,
    position:string<top|bottom|left|right>

    @hide:()=>void
}