elk/components/common/CommonNotFound.vue
2023-01-09 22:27:03 +02:00

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>