refactor: migrate to nuxt compatibilityVersion: 4 (#3298)
This commit is contained in:
parent
46e4433e1c
commit
a3fbc056a9
342 changed files with 1200 additions and 2932 deletions
8
app/components/common/CommonNotFound.vue
Normal file
8
app/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>{{ $t('common.not_found') }}</slot>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue