tj
2025-06-06 365f673a7d5d84a97486b6fd3dc2e90a29fc7db7
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<{