From e9cce359085a78c4e35fb20741766d6ca1247981 Mon Sep 17 00:00:00 2001 From: whycq <you@example.com> Date: 星期五, 23 九月 2022 09:47:01 +0800 Subject: [PATCH] # --- components/y-input/y-input.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/components/y-input/y-input.vue b/components/y-input/y-input.vue index 6cdef71..28e4894 100644 --- a/components/y-input/y-input.vue +++ b/components/y-input/y-input.vue @@ -5,6 +5,7 @@ <view :class="zBig"> <input type="text" :placeholder="placeholderText" @input="input" placeholder-style="font-size:22rpx" v-model="val"> + <slot /> </view> </view> </view> -- Gitblit v1.9.1