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 | 18 | <input |
19 | 19 | :class="inputClasses" |
20 | 20 | :disabled="disabled" |
21 | - autoComplete="off" | |
21 | + autocomplete="off" | |
22 | 22 | @focus="focus" |
23 | 23 | @blur="blur" |
24 | 24 | @keydown.stop="keyDown" |
... | ... | @@ -239,4 +239,4 @@ |
239 | 239 | } |
240 | 240 | } |
241 | 241 | } |
242 | -</script> | |
243 | 242 | \ No newline at end of file |
243 | +</script> | ... | ... |