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