1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-06 12:19:08 +01:00
elk/components/common/CommonNotFound.vue
2022-11-24 01:17:54 +08:00

9 lines
174 B
Vue

<template>
<div flex="~ col" items-center>
<div i-ri:forbid-line text-10 mt10 mb2 />
<div text-lg>
<slot>404 Not Found</slot>
</div>
</div>
</template>