0
1
Fork 0

Set monday as first day of week

This commit is contained in:
William Buezas 2024-09-01 21:43:49 -03:00
parent 8e0f09cc0f
commit 975495113d
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@ onMounted(async () => {
class="margin-auto" class="margin-auto"
color="accent" color="accent"
:locale="localeDates" :locale="localeDates"
first-day-of-week="1"
/> />
</div> </div>
<!-- Address step --> <!-- Address step -->