tj
2025-06-06 4789476b3fe734b4366ce72079330cea32a4997d
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<{