From 55c783e75207fddd7f164830793ca152884fe886 Mon Sep 17 00:00:00 2001 From: xiaoyucoding Date: Fri, 23 Nov 2018 15:32:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=84=E7=90=86=20input=20number=20?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=83=A8=E5=88=86=E8=BE=93=E5=85=A5=E6=B3=95?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E8=BE=93=E5=85=A5=E5=85=B6=E5=AE=83=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/view/components/image/README.md | 9 -------- src/core/view/components/input/index.vue | 29 ++++++++++++++---------- 2 files changed, 17 insertions(+), 21 deletions(-) delete mode 100644 src/core/view/components/image/README.md diff --git a/src/core/view/components/image/README.md b/src/core/view/components/image/README.md deleted file mode 100644 index e6974739f8..0000000000 --- a/src/core/view/components/image/README.md +++ /dev/null @@ -1,9 +0,0 @@ -#### image - -|属性名|已完成| -|:-|:-| -|src|Y| -|mode|Y| -|lazy-load|| -|@error|Y| -|@load|Y| \ No newline at end of file diff --git a/src/core/view/components/input/index.vue b/src/core/view/components/input/index.vue index 8a6c108086..f8671b5639 100644 --- a/src/core/view/components/input/index.vue +++ b/src/core/view/components/input/index.vue @@ -15,7 +15,8 @@ @input.stop="_onInput" @compositionstart="_onComposition" @compositionend="_onComposition" - @keyup.stop="_onKeyup"> + @keyup.stop="_onKeyup" + >