mirror of https://github.com/halo-dev/halo
8 lines
204 B
Vue
8 lines
204 B
Vue
![]() |
<template>
|
||
|
<div class="flex h-full items-center justify-center object-cover">
|
||
|
<span class="text-xs text-red-400">
|
||
|
{{ $t("core.common.status.loading_error") }}
|
||
|
</span>
|
||
|
</div>
|
||
|
</template>
|