feat(status): try to open in original site
This commit is contained in:
parent
259e11c097
commit
569655095d
2 changed files with 31 additions and 3 deletions
|
@ -74,9 +74,7 @@ onReactivated(() => {
|
|||
<div border="t base" :style="{ height: `${bottomSpace}px` }" />
|
||||
</div>
|
||||
|
||||
<CommonNotFound v-else>
|
||||
Status not found
|
||||
</CommonNotFound>
|
||||
<StatusNotFound v-else :account="$route.params.account" :status="id" />
|
||||
</template>
|
||||
|
||||
<StatusCardSkeleton v-else border="b base" py-3 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue