feat(status): try to open in original site

This commit is contained in:
三咲智子 2022-11-29 04:02:44 +08:00
parent 259e11c097
commit 569655095d
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 31 additions and 3 deletions

View file

@ -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 />