From 365f673a7d5d84a97486b6fd3dc2e90a29fc7db7 Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期五, 06 六月 2025 18:16:07 +0800 Subject: [PATCH] 1.评论 --- components/comment/comment-sub-item.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/comment/comment-sub-item.vue b/components/comment/comment-sub-item.vue index 22f6188..ded7a6b 100644 --- a/components/comment/comment-sub-item.vue +++ b/components/comment/comment-sub-item.vue @@ -28,8 +28,7 @@ </template> <script setup lang="ts"> -import { defineProps, defineEmits } from 'vue' - +import { CommentDTO } from '@/types/index' const props = defineProps<{ avatar: string nickname: string @@ -39,6 +38,7 @@ date: string address: string likes: number + filmInfo: CommentDTO }>() const emit = defineEmits<{ -- Gitblit v1.9.3