0.1.2 • Published 5 years ago
ph-actionsheet
Licence
—
Version
0.1.2
Deps
1
Size
4 kB
Vulns
0
Weekly
0
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>
height:stirng, //auto
width:string //auto
@hide:()=>void
}