提交 5acd9d07 编写于 作者: RedPig97's avatar RedPig97

update: 登录输入框

上级 2e3aa714
......@@ -4,6 +4,7 @@
size='large'
:prefix='defaultIcon'
v-model="curValue"
:type="defaultType"
:disabled="disabled"
:readonly="readonly"
:placeholder="model.caption">
......@@ -51,6 +52,14 @@ export default class AppLoginInput extends Vue {
*/
@Prop() public defaultIcon?: string;
/**
* 默认类型
*
* @type {string}
* @memberof AppLoginInput
*/
@Prop() public defaultType?: string;
/**
* 容器样式
*
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册