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