fix:删帖需要给发帖者提示

This commit is contained in:
zpaeng
2025-08-19 16:45:47 +08:00
parent b06815cc59
commit 6096712291
4 changed files with 118 additions and 14 deletions

View File

@@ -21,6 +21,7 @@
</div>
</div>
<GlobalPopups />
<ConfirmDialog />
</div>
</template>
@@ -28,6 +29,7 @@
import HeaderComponent from '~/components/HeaderComponent.vue'
import MenuComponent from '~/components/MenuComponent.vue'
import GlobalPopups from '~/components/GlobalPopups.vue'
import ConfirmDialog from '~/components/ConfirmDialog.vue'
import { useIsMobile } from '~/utils/screen'
const isMobile = useIsMobile()