mirror of https://github.com/nocodb/nocodb
Ramesh Mane
16 hours ago
2 changed files with 18 additions and 1 deletions
@ -0,0 +1,17 @@
|
||||
<template> |
||||
<div class="h-full grid place-items-center text-center"> |
||||
<div class="flex flex-col items-center gap-6"> |
||||
<slot name="icon"> |
||||
<img width="48" alt="NocoDB" src="~/assets/img/icons/256x256.png" /> |
||||
</slot> |
||||
|
||||
<div class="text-xl text-nc-content-gray font-bold"> |
||||
<slot name="title"> |
||||
{{ $t('title.thisPageDoesNotExist') }} |
||||
</slot> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</template> |
||||
|
||||
<style lang="scss" scoped></style> |
Loading…
Reference in new issue