refactor(pages): add custom "empty" template

This commit is contained in:
parent 5b3515ff8e
commit 269a26b976
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -44,6 +44,10 @@
algorithm: darkBool ? theme.darkAlgorithm : theme.defaultAlgorithm,
}"
>
<template #renderEmpty>
<a-typography-title> ¯\_()_/¯ </a-typography-title>
<i> Nothing here but crickets. </i>
</template>
<NuxtLayout>
<NuxtPage v-if="$loaded" />
<div v-else>