Basis of publisher page

This commit is contained in:
2025-11-08 13:29:09 +08:00
parent 1724044bce
commit 209be30d45
9 changed files with 314 additions and 38 deletions

View File

@@ -23,6 +23,7 @@
>
<template v-for="item in replies" :key="item.id">
<post-item
:show-referenced="false"
:item="item"
@click="router.push('/posts/' + item.id)"
@react="