Authored by 陈峰

解决chrome记住密码

@@ -12,7 +12,8 @@ @@ -12,7 +12,8 @@
12 </Input> 12 </Input>
13 </Form-item> 13 </Form-item>
14 <Form-item prop="password"> 14 <Form-item prop="password">
15 - <Input type="password" size="large" v-model="formInline.password" placeholder="密码" @on-enter="handleSubmit('formInline')"> 15 + <input type="hidden" name="pwd" id="">
  16 + <Input type="password" size="large" name="pwd" v-model="formInline.password" placeholder="密码" @on-enter="handleSubmit('formInline')">
16 <Icon type="ios-locked-outline" slot="prepend"></Icon> 17 <Icon type="ios-locked-outline" slot="prepend"></Icon>
17 </Input> 18 </Input>
18 </Form-item> 19 </Form-item>