Landscape 输入框

用于在浮层中显示广告或说明

引入

import { Landscape } from 'mand-mobile-next'

Vue.createApp().component(Landscape.name, Landscape)

代码演示

API

Landscape Props

属性说明类型默认值备注
v-model是否展示Booleanfalse-
has-mask是否有蒙层Booleantrue-
mask-closable是否可以通过点击蒙层关闭Booleanfalse-
full-screen是否全屏Booleanfalse-
transition弹出层过渡动画Stringfull-screentrue时,默认值md-fade;否则默认为md-punch可选值参考Transition

Landscape Events

@show()

弹出层展示事件

@hide()

弹出层隐藏事件