vue单位文本控件:

  vue单位文本控件与vue加密文本控件-LMLPHP

使用方式:

  

npm install dami-text-input --save

使用:
    <text-input v-model="test" :unit="unit" placeholder="请填写内容" type="border"></text-input>

属性介绍:
unit单位
type:border为全边框,Bborder为只有下边是存在边框的    

vue加密文本控件:

  vue单位文本控件与vue加密文本控件-LMLPHP

  使用方式:

 

下载:
 npm install dami-pwd-input

使用:
    <pwd-input v-model="value"></pwd-input>
04-18 13:35