Post quick reply component

This commit is contained in:
2025-11-07 01:28:55 +08:00
parent 1b676508db
commit 2bcd04cd82
2 changed files with 25 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
<template>
<div class="replies-list">
<post-quick-reply v-if="!props.hideQuickReply" />
<!-- Error State -->
<v-alert
v-if="hasError"
@@ -60,6 +62,7 @@ const router = useRouter()
const props = defineProps<{
params: RepliesListParams
hideQuickReply: boolean
}>()
defineEmits<{