[improvement] AddressEdit: add more props (#1790)

This commit is contained in:
neverland
2018-09-12 21:47:55 +08:00
committed by GitHub
parent 4aca189f49
commit bd815a5839
5 changed files with 39 additions and 15 deletions
+4 -3
View File
@@ -1,10 +1,10 @@
<template>
<div>
<div :class="b()">
<field
v-on="$listeners"
ref="field"
rows="1"
autosize
ref="field"
:rows="detailRows"
:clearable="!isAndroid"
type="textarea"
maxlength="200"
@@ -51,6 +51,7 @@ export default create({
value: String,
error: Boolean,
focused: Boolean,
detailRows: Number,
searchResult: Array,
showSearchResult: Boolean
},