Commit 01fc783f9e88d095def4a202f307981b8d49dee9

Authored by Aresn
Committed by GitHub
2 parents d9ef3d93 b6724589

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 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>
... ...