Found camelCase attribute: autoComplete="off". HTML is case-insensitive. Use auto-complete="off" instead. Vue will automatically interpret it as camelCase in JavaScript. If this is an SVG camelCase attribute, use the .camel modifier.
This commit is contained in:
子凡 2016-11-09 15:14:13 +08:00 committed by GitHub
parent 650ce7b855
commit c7a67856f9

View file

@ -18,7 +18,7 @@
<input
:class="inputClasses"
:disabled="disabled"
autoComplete="off"
autocomplete="off"
@focus="focus"
@blur="blur"
@keydown.stop="keyDown"