From 48ec6ae4f3f6850ee2ad83aaef7dcc215ac6fe52 Mon Sep 17 00:00:00 2001 From: handongxun Date: Mon, 23 Mar 2020 18:07:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20H5=20input=20textarea=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=A2=9E=E5=8A=A0=E9=BB=98=E8=AE=A4=20placeholderClas?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/view/components/input/index.vue | 2 +- src/core/view/components/textarea/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/view/components/input/index.vue b/src/core/view/components/input/index.vue index 89a9cef92..fe6a8f94c 100644 --- a/src/core/view/components/input/index.vue +++ b/src/core/view/components/input/index.vue @@ -72,7 +72,7 @@ export default { }, placeholderClass: { type: String, - default: '' + default: 'input-placeholder' }, disabled: { type: [Boolean, String], diff --git a/src/core/view/components/textarea/index.vue b/src/core/view/components/textarea/index.vue index 645b9677c..a6ea55d3a 100644 --- a/src/core/view/components/textarea/index.vue +++ b/src/core/view/components/textarea/index.vue @@ -83,7 +83,7 @@ export default { }, placeholderClass: { type: String, - default: '' + default: 'textarea-placeholder' }, placeholderStyle: { type: String, -- GitLab