docs: improve Form demo (#9149)

This commit is contained in:
neverland
2021-07-29 10:21:56 +08:00
committed by GitHub
parent 82bed7711c
commit 8a0f7ff3f0
14 changed files with 36 additions and 37 deletions
+1 -1
View File
@@ -217,8 +217,8 @@ export default {
```html
<van-field
v-model="state.value"
is-link
readonly
clickable
label="City"
placeholder="Choose City"
@click="state.showPicker = true"