mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Replace missing v-date-picker with custom card DatePicker
This commit is contained in:
parent
c406ee5b64
commit
59d6717214
1 changed files with 2 additions and 2 deletions
|
@ -59,11 +59,11 @@
|
||||||
v-on="on"
|
v-on="on"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</template>
|
</template>
|
||||||
<v-date-picker
|
<DatePicker
|
||||||
v-model="endDate"
|
v-model="endDate"
|
||||||
no-title
|
no-title
|
||||||
@input="menu2 = false"
|
@input="menu2 = false"
|
||||||
></v-date-picker>
|
/>
|
||||||
</v-menu>
|
</v-menu>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue