File tree 1 file changed +4
-4
lines changed
packages/docs/src/examples/text-fields/simple
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
<v-col cols =" 12" sm =" 6" >
7
7
<v-text-field
8
8
v-model =" password"
9
- :append-icon =" show1 ? 'visibility ' : 'visibility_off '"
9
+ :append-icon =" show1 ? 'mdi-eye ' : 'mdi-eye-off '"
10
10
:rules =" [rules.required, rules.min]"
11
11
:type =" show1 ? 'text' : 'password'"
12
12
name =" input-10-1"
19
19
20
20
<v-col cols =" 12" sm =" 6" >
21
21
<v-text-field
22
- :append-icon =" show2 ? 'visibility ' : 'visibility_off '"
22
+ :append-icon =" show2 ? 'mdi-eye ' : 'mdi-eye-off '"
23
23
:rules =" [rules.required, rules.min]"
24
24
:type =" show2 ? 'text' : 'password'"
25
25
name =" input-10-2"
33
33
34
34
<v-col cols =" 12" sm =" 6" >
35
35
<v-text-field
36
- :append-icon =" show3 ? 'visibility ' : 'visibility_off '"
36
+ :append-icon =" show3 ? 'mdi-eye ' : 'mdi-eye-off '"
37
37
:rules =" [rules.required, rules.min]"
38
38
:type =" show3 ? 'text' : 'password'"
39
39
name =" input-10-2"
47
47
48
48
<v-col cols =" 12" sm =" 6" >
49
49
<v-text-field
50
- :append-icon =" show4 ? 'visibility ' : 'visibility_off '"
50
+ :append-icon =" show4 ? 'mdi-eye ' : 'mdi-eye-off '"
51
51
:rules =" [rules.required, rules.emailMatch]"
52
52
:type =" show4 ? 'text' : 'password'"
53
53
name =" input-10-2"
You can’t perform that action at this time.
0 commit comments