halo/ui/console-src/modules/contents/attachments/components/AttachmentLoading.vue

8 lines
202 B
Vue

<template>
<div class="flex h-full items-center justify-center object-cover">
<span class="text-xs text-gray-400">
{{ $t("core.common.status.loading") }}...
</span>
</div>
</template>