From fabda99d78710c2639604b15fdb7f7a9cff8209e Mon Sep 17 00:00:00 2001 From: khj0414 Date: Tue, 1 Apr 2025 16:20:17 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/main/MainVote.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/main/MainVote.vue b/src/components/main/MainVote.vue index 78c26d0..0ec3734 100644 --- a/src/components/main/MainVote.vue +++ b/src/components/main/MainVote.vue @@ -89,7 +89,7 @@ const getvoteList = () => { // 제목이 14글자 넘어가면 ... 처리하는 함수 const truncateTitle = title => { -return title.length > 14 ? title.slice(0, 14) + '...' : title; +return title.length > 10 ? title.slice(0, 10) + '...' : title; }; //투표이동