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 3bd0af7 commit cc04255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 cc04255

Please sign in to comment.