✨ Basis of publisher page
This commit is contained in:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user