Fix attribute order to comply with lint

This commit is contained in:
Suzanne Aitchison 2019-10-12 12:32:08 +01:00
parent af22df803c
commit fa54ce8991
3 changed files with 6 additions and 6 deletions

View File

@ -7,9 +7,9 @@
<b-form class="box" @submit.prevent="submit">
<b-form-group>
<b-form-input
aria-label="Username"
id="username"
v-model="username"
aria-label="Username"
trim
placeholder="Username or Email"
></b-form-input>
@ -17,9 +17,9 @@
<b-form-group>
<b-form-input
aria-label="Password"
id="password"
v-model="password"
aria-label="Password"
type="password"
placeholder="Password"
trim

View File

@ -8,8 +8,8 @@
<b-form-group>
<b-form-input
id="username"
aria-label="Username"
v-model="username"
aria-label="Username"
trim
placeholder="Username or Email"
></b-form-input>

View File

@ -8,8 +8,8 @@
<b-form-group>
<b-form-input
id="username"
aria-label="Username"
v-model="username"
aria-label="Username"
trim
placeholder="Username"
></b-form-input>
@ -18,8 +18,8 @@
<b-form-group>
<b-form-input
id="email"
aria-label="Email"
v-model="email"
aria-label="Email"
trim
placeholder="Email"
></b-form-input>
@ -28,8 +28,8 @@
<b-form-group>
<b-form-input
id="password"
aria-label="Password"
v-model="password"
aria-label="Password"
type="password"
placeholder="Password"
trim