From 152fe817e86d8734e0f0c2ed763cc5b86b83dfe1 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sat, 18 Jan 2025 01:44:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EB=B0=B0?= =?UTF-8?q?=EB=84=88=20=EB=93=B1=EB=A1=9D/=EC=88=98=EC=A0=95=20-=20?= =?UTF-8?q?=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4=ED=84=B0/=EC=8B=9C?= =?UTF-8?q?=EB=A6=AC=EC=A6=88=20=EA=B2=80=EC=83=89=EC=8B=9C=202=EA=B8=80?= =?UTF-8?q?=EC=9E=90=20=EB=B6=80=ED=84=B0=20=EA=B2=80=EC=83=89=EC=9D=B4=20?= =?UTF-8?q?=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Content/ContentMainTopBanner.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Content/ContentMainTopBanner.vue b/src/views/Content/ContentMainTopBanner.vue index 4cff468..db85b17 100644 --- a/src/views/Content/ContentMainTopBanner.vue +++ b/src/views/Content/ContentMainTopBanner.vue @@ -579,7 +579,7 @@ export default { }, async searchCreator() { - if (this.search_query_creator === null || this.search_query_creator.length < 3) { + if (this.search_query_creator === null || this.search_query_creator.length < 2) { this.creators = []; return; } @@ -619,7 +619,7 @@ export default { }, async searchSeries() { - if (this.search_query_series === null || this.search_query_series.length < 3) { + if (this.search_query_series === null || this.search_query_series.length < 2) { this.series = []; return; }