mirror of
https://github.com/logos-storage/ethcc-demo.git
synced 2026-01-08 16:13:13 +00:00
add error to CodexImage title, so don't need to look in source
This commit is contained in:
parent
56da727773
commit
b0489601c5
@ -91,7 +91,12 @@ onUnmounted(() => {
|
||||
<template>
|
||||
<div v-if="!hidden" class="text-center">
|
||||
<SpinnerLoading v-if="loading" />
|
||||
<div v-else-if="error" v-bind="$attrs" class="dark:bg-orange-700 dark:text-orange-200">
|
||||
<div
|
||||
v-else-if="error"
|
||||
v-bind="$attrs"
|
||||
class="dark:bg-orange-700 dark:text-orange-200"
|
||||
:title="error"
|
||||
>
|
||||
<svg
|
||||
class="text-red-500 fill-red-100 dark:text-white"
|
||||
aria-hidden="true"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user