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
@@ -49,8 +49,8 @@
<demo-block card v-if="!isWeapp" :title="t('withPopup')">
<van-field
v-model="fieldValue"
is-link
readonly
clickable
:label="t('city')"
:placeholder="t('chooseCity')"
@click="onClickField"