Commit 67a87e8d8b591d051d1b0ef33066505497d4a834

Authored by Aresn
1 parent 10d3a323

fixed #1017

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/components/input/input.vue
@@ -37,6 +37,7 @@ @@ -37,6 +37,7 @@
37 :readonly="readonly" 37 :readonly="readonly"
38 :name="name" 38 :name="name"
39 :value="value" 39 :value="value"
  40 + :autofocus="autofocus"
40 @keyup.enter="handleEnter" 41 @keyup.enter="handleEnter"
41 @focus="handleFocus" 42 @focus="handleFocus"
42 @blur="handleBlur" 43 @blur="handleBlur"