feat: update comment and reply components to support mention formatting and improve user experience

This commit is contained in:
ngthanhvu
2026-07-24 05:51:08 -04:00
parent 6ad96873a7
commit 856c514c15
4 changed files with 122 additions and 94 deletions
+1 -3
View File
@@ -759,9 +759,7 @@ useHead(() => ({
</div>
<div class="mb-3">
<ClientOnly>
<CommentSection :source="currentMovieSource" :slug="String(route.params.slug)" :movie-name="movie?.name" />
</ClientOnly>
<CommentSection :source="currentMovieSource" :slug="String(route.params.slug)" :movie-name="movie?.name" />
</div>
</section>
</template>