mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
9 lines
174 B
Vue
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>
|