feat: add not found for user pages
This commit is contained in:
parent
ae6552fee0
commit
a473cc2de5
5 changed files with 46 additions and 22 deletions
|
@ -29,9 +29,7 @@ const { data: context } = await useAsyncData(`${id}-context`, () => masto.status
|
|||
</template>
|
||||
</template>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
Status not found
|
||||
</div>
|
||||
</template>
|
||||
<CommonNotFound v-else>
|
||||
Status not found
|
||||
</CommonNotFound>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue