This commit is contained in:
break60 2020-04-30 15:10:58 +08:00
commit 6e7b11bd04

View File

@ -37,7 +37,7 @@
<template slot="name"><strong>*</strong>{{$t('Password')}}</template>
<template slot="content">
<x-input
type="input"
type="password"
v-model="userPassword"
:placeholder="$t('Please enter your password')">
</x-input>