1.0.6 • Published 6 years ago

vue-force-screen v1.0.6

Weekly downloads
36
License
-
Repository
-
Last release
6 years ago

###Usage

npm install vue-force-screen --save
import VueForceScreen from 'vue-force-screen'

###Slot

 slot="background"  //适应部分
 slot="content"  //全屏显示部分(不会被裁切)

###props:

align:String 'crop'/'default'
type:String 'portrait'/'landscape'
width:String '*px' //只支持px后缀
height:String '*px' //只支持px后缀
scroll:Boolean false/true //是否允许浏览器默认滑动
content:Boolean true/false

###methods

update()

###properties

align
width
height

##注意 width height必须

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago