1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-21 21:56:48 +01:00
elk/components/common/CommonNotFound.vue

9 lines
189 B
Vue
Raw Normal View History

2022-11-23 17:16:10 +00:00
<template>
<div flex="~ col" items-center>
<div i-ri:forbid-line text-10 mt10 mb2 />
<div text-lg>
<slot>{{ $t('common.not_found') }}</slot>
2022-11-23 17:16:10 +00:00
</div>
</div>
</template>