other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
67a87e8d8b591d051d1b0ef33066505497d4a834
Authored by
Aresn
2017-05-26 16:38:40 +0800
1 parent
10d3a323
fixed #1017
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/components/input/input.vue
Inline
Side-by-side
src/components/input/input.vue
Wrap text
Show/Hide comments
View file @
67a87e8
...
...
@@ -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"
...
...