diff --git a/components/card/Card.tsx b/components/card/Card.tsx index a5f83c849..9e90d137d 100644 --- a/components/card/Card.tsx +++ b/components/card/Card.tsx @@ -174,7 +174,8 @@ const Card = defineComponent({ const coverDom = cover ?
{cover}
: null; const body = (
- {loading ? loadingBlock : children} +
{loadingBlock}
+
{children}
); const actionDom =