Commit b6724589ac6b4f4c025d36f70328ab53b9e0165a
Committed by
GitHub
Merge pull request #1 from aidenzou/aidenzou-patch-1
fix
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/components/input-number/input-number.vue
@@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
18 | <input | 18 | <input |
19 | :class="inputClasses" | 19 | :class="inputClasses" |
20 | :disabled="disabled" | 20 | :disabled="disabled" |
21 | - autoComplete="off" | 21 | + autocomplete="off" |
22 | @focus="focus" | 22 | @focus="focus" |
23 | @blur="blur" | 23 | @blur="blur" |
24 | @keydown.stop="keyDown" | 24 | @keydown.stop="keyDown" |
@@ -239,4 +239,4 @@ | @@ -239,4 +239,4 @@ | ||
239 | } | 239 | } |
240 | } | 240 | } |
241 | } | 241 | } |
242 | -</script> | ||
243 | \ No newline at end of file | 242 | \ No newline at end of file |
243 | +</script> |