From c7a67856f90be0670e6a0366cd0affb590b7ba34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=90=E5=87=A1?= Date: Wed, 9 Nov 2016 15:14:13 +0800 Subject: [PATCH] fix 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. --- src/components/input-number/input-number.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/input-number/input-number.vue b/src/components/input-number/input-number.vue index 2298c4c4..c1ed19b3 100644 --- a/src/components/input-number/input-number.vue +++ b/src/components/input-number/input-number.vue @@ -18,7 +18,7 @@ \ No newline at end of file +