Skip to content

Commit

Permalink
Add explicit true for header
Browse files Browse the repository at this point in the history
  • Loading branch information
pmzi committed Oct 25, 2021
1 parent 9ec01f2 commit 01403ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const emptyLastDays = computed(() => fillEmpty(6 - props.lastDayOfMonth));
<GridItemUI
v-for="i of props.headerNames"
:key="i"
is-header
:is-header="true"
>
{{ i }}
</GridItemUI>
Expand Down

0 comments on commit 01403ec

Please sign in to comment.