Chat replying

This commit is contained in:
2024-03-31 23:31:30 +08:00
parent 276c4f5dfe
commit 169b5c0209
5 changed files with 90 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="post-list mx-[-8px]">
<v-infinite-scroll :items="props.posts" :onLoad="props.loader">
<template v-for="(item, idx) in props.posts" :key="item">
<template v-for="(item, idx) in props.posts" :key="item.id">
<div class="mb-3 px-[8px]">
<v-card>
<template #text>