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>