style(Field): adjust field placeholder color to gray-5 (#6304)

This commit is contained in:
neverland
2020-05-19 11:04:16 +08:00
committed by GitHub
parent 8317fe70ee
commit ee599ddcbe
5 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -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>
```