From b0bfc153bf3c9aa430ee6a86588648cdd1c27132 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期四, 12 六月 2025 11:36:08 +0800
Subject: [PATCH] update: 点赞事件、收藏事件
---
components/comment/comment-sub-item.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/components/comment/comment-sub-item.vue b/components/comment/comment-sub-item.vue
index fa270cf..ded7a6b 100644
--- a/components/comment/comment-sub-item.vue
+++ b/components/comment/comment-sub-item.vue
@@ -28,6 +28,7 @@
</template>
<script setup lang="ts">
+import { CommentDTO } from '@/types/index'
const props = defineProps<{
avatar: string
nickname: string
@@ -37,6 +38,7 @@
date: string
address: string
likes: number
+ filmInfo: CommentDTO
}>()
const emit = defineEmits<{
--
Gitblit v1.9.3