zhouhongshuo ca9430f82c 初始化
2024-08-25 23:46:05 +08:00

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>