Last updated 6 years ago
如果希望弹出层铺满整个屏幕,则可设置height=100%
height=100%
``` vux height=400 width=100% components=Popup,Group,Switch
</popup>
</div> </template>
export default { data () { return { show: false, show1: false } } }
.popup0 { padding-bottom:15px; height:200px; } .popup1 { width:100%; height:100%; }
```
参数
说明
类型
默认值
show
是否显示Popup,需要双向绑定
Boolean
false
height
弹出层高度
String
auto
名字
描述
on-first-show
-
第一次出现时,用于需要在第一次进行异步数据获取或者必要的UI渲染(如Popup内有Scroller)