From 2701886ee47b11a2172f86cfff9e6806067260c3 Mon Sep 17 00:00:00 2001 From: James Collins Date: Thu, 26 Jan 2023 11:49:18 +1000 Subject: [PATCH] default fill to true --- resources/js/components/SMColumn.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/components/SMColumn.vue b/resources/js/components/SMColumn.vue index 3e6eaff..e5623ff 100644 --- a/resources/js/components/SMColumn.vue +++ b/resources/js/components/SMColumn.vue @@ -10,7 +10,7 @@ const props = defineProps({ fill: { type: Boolean, - default: false, + default: true, }, width: { type: String,