mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -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-date-picker
|
||||||
v-model="startDate"
|
v-model="startDate"
|
||||||
no-title
|
no-title
|
||||||
|
:locale="$i18n.locale"
|
||||||
@input="menu2 = false"
|
@input="menu2 = false"
|
||||||
></v-date-picker>
|
></v-date-picker>
|
||||||
</v-menu>
|
</v-menu>
|
||||||
|
@ -58,6 +59,7 @@
|
||||||
<v-date-picker
|
<v-date-picker
|
||||||
v-model="endDate"
|
v-model="endDate"
|
||||||
no-title
|
no-title
|
||||||
|
:locale="$i18n.locale"
|
||||||
@input="menu2 = false"
|
@input="menu2 = false"
|
||||||
></v-date-picker>
|
></v-date-picker>
|
||||||
</v-menu>
|
</v-menu>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue