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 37 :readonly="readonly"
38 38 :name="name"
39 39 :value="value"
  40 + :autofocus="autofocus"
40 41 @keyup.enter="handleEnter"
41 42 @focus="handleFocus"
42 43 @blur="handleBlur"
... ...