Skip to content

Latest commit

 

History

History
 
 

landscape

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
title preview
Landscape 输入框

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

引入

import { Landscape } from 'mand-mobile'

Vue.component(Landscape.name, Landscape)

代码演示

API

Landscape Props

属性 说明 类型 默认值
v-model 是否展示 Boolean false
has-mask 是否有蒙层 Boolean true
mask-closable 是否可以通过点击蒙层关闭 Boolean false
full-screen 是否全屏 Boolean false

Landscape Events

@show()

弹出层展示事件

@hide()

弹出层隐藏事件