Skip to content
On this page

Input

实例

不同尺寸




html
<MtInput 
    placeholder="测试字体大小"
    size="tiny">
</MtInput>
<br/>
<MtInput 
    placeholder="测试字体大小"
    size="small" />
<br/>
<MtInput 
    placeholder="测试字体大小"
    size="middle" />
<br/>
<MtInput
    placeholder="测试字体大小"
    size="large" />
折叠
折叠

密码输入框类型

html
<MtInput type="password" />
折叠
折叠

显隐密码

html
<MtInput type="password" :pwdSwitch="true" v-model="val"/>
折叠
折叠

Props

参数说明类型可选值默认值
type输入框类型string——"text"
size输入框尺寸stringlarge、middle、small、tiny"middle"
placeholder输入占位string——""
pwdSwitch显隐密码boolean——false

Slots

名称说明
default默认插槽