Commit 01fc783f9e88d095def4a202f307981b8d49dee9
Committed by
GitHub
Merge pull request #63 from aidenzou/master
fix error
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> |