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 -2
View File
@@ -355,8 +355,7 @@ export default defineComponent({
v-show={props.showArea}
readonly
label={t('area')}
clickable={!disableArea}
rightIcon={!disableArea ? 'arrow' : undefined}
is-link={!disableArea}
modelValue={areaText.value}
placeholder={props.areaPlaceholder || t('areaPlaceholder')}
errorMessage={errorInfo.areaCode}