From 1094bce955ecb3f83647a52f49e170a3fbc0c0b1 Mon Sep 17 00:00:00 2001
From: whycq <you@example.com>
Date: 星期五, 23 九月 2022 00:53:20 +0800
Subject: [PATCH] #

---
 components/y-input/y-input.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/components/y-input/y-input.vue b/components/y-input/y-input.vue
index 2581287..1fddf24 100644
--- a/components/y-input/y-input.vue
+++ b/components/y-input/y-input.vue
@@ -21,6 +21,10 @@
 			value: {
 				type: [String, Number],
 				default: ''
+			},
+			placeholder: {
+				type: String,
+				default: ''
 			}
 		},
 		watch: {

--
Gitblit v1.9.1