mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
localized date picker
This commit is contained in:
parent
ce6b3e6a03
commit
4708f374bc
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
<v-date-picker
|
||||
v-model="startDate"
|
||||
no-title
|
||||
:locale="$i18n.locale"
|
||||
@input="menu2 = false"
|
||||
></v-date-picker>
|
||||
</v-menu>
|
||||
|
@ -58,6 +59,7 @@
|
|||
<v-date-picker
|
||||
v-model="endDate"
|
||||
no-title
|
||||
:locale="$i18n.locale"
|
||||
@input="menu2 = false"
|
||||
></v-date-picker>
|
||||
</v-menu>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue