jqh 5 年之前
父節點
當前提交
f69d7aca2d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Widgets/Card.php

+ 1 - 1
src/Widgets/Card.php

@@ -38,7 +38,7 @@ class Card extends Widget
             $this->title($title);
         }
 
-        if ($content) {
+        if ($content !== null) {
             $this->content($content);
         }