From e6a02c8b09a796e436a501e9b87d19e25c34c9d1 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期日, 07 四月 2024 15:53:37 +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 a398400..ccfe5c5 100644 --- a/components/y-input/y-input.vue +++ b/components/y-input/y-input.vue @@ -70,6 +70,7 @@ }, clear() { this.val = '' + this.input() } } -- Gitblit v1.9.1