From 33f670c97f1f08d9bbed3f4e49f3c83b6cd1e07a Mon Sep 17 00:00:00 2001 From: Mohan Date: Fri, 14 Aug 2026 18:14:33 +0800 Subject: [PATCH] fix(component): detect comment overflow after render --- src/components/CommentSection.vue | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/src/components/CommentSection.vue b/src/components/CommentSection.vue index bc6068f..82871c5 100644 --- a/src/components/CommentSection.vue +++ b/src/components/CommentSection.vue @@ -1,5 +1,5 @@