forked from Mirrors/elk
8 lines
189 B
Vue
8 lines
189 B
Vue
<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>
|