style(Field): adjust field placeholder color to gray-5 (#6304)
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ The value of field is bound with v-model.
|
||||
|
||||
```html
|
||||
<van-cell-group>
|
||||
<van-field v-model="value" placeholder="Text" />
|
||||
<van-field v-model="value" label="Label" placeholder="Text" />
|
||||
</van-cell-group>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user