Skip to content

Commit 5d6d970

Browse files
committed
优化<digit-input>组件
1 parent b501cf3 commit 5d6d970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/public/js/components/common/inputs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ Vue.component("digit-input", {
5959
}
6060
}
6161
},
62-
template: `<input type="text" v-model="realValue" :maxlength="realMaxLength" :size="realSize" :class="{error: !this.isValid}" :placeholder="placeholder"/>`
62+
template: `<input type="text" v-model="realValue" :maxlength="realMaxLength" :size="realSize" :class="{error: !this.isValid}" :placeholder="placeholder" autocomplete="off"/>`
6363
})

0 commit comments

Comments
 (0)