File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 6
6
:type =" show ? 'text' : 'password'"
7
7
:hint =" hint"
8
8
:label =" label"
9
+ :placeholder =" placeholder"
9
10
background-color =" white"
10
11
class =" elevation-0"
11
12
solo
30
31
type =" text"
31
32
:hint =" hint"
32
33
:label =" label"
34
+ :placeholder =" placeholder"
33
35
background-color =" white"
34
36
class =" elevation-0"
35
37
solo
47
49
type =" text"
48
50
:hint =" hint"
49
51
:label =" label"
52
+ :placeholder =" placeholder"
50
53
background-color =" white"
51
54
class =" elevation-0"
52
55
solo
64
67
type =" text"
65
68
:hint =" hint"
66
69
:label =" label"
70
+ :placeholder =" placeholder"
67
71
background-color =" white"
68
72
class =" elevation-0"
69
73
solo
@@ -109,6 +113,11 @@ export default Vue.extend({
109
113
type: Boolean ,
110
114
required: false ,
111
115
default: false
116
+ },
117
+ placeholder: {
118
+ type: String ,
119
+ required: false ,
120
+ default: ' '
112
121
}
113
122
},
114
123
data(): DataType {
You can’t perform that action at this time.
0 commit comments