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
8
components/common/CommonNotFound.vue
Normal file
8
components/common/CommonNotFound.vue
Normal file
|
@ -0,0 +1,8 @@
|
|||
<template>
|
||||
<div flex="~ col" items-center>
|
||||
<div i-ri:forbid-line text-10 mt10 mb2 />
|
||||
<div text-lg>
|
||||
<slot>Not found</slot>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue