Replace missing v-date-picker with custom card DatePicker

This commit is contained in:
Florian Dupret 2021-04-05 11:48:16 +02:00
commit 59d6717214

View file

@ -59,11 +59,11 @@
v-on="on"
></v-text-field>
</template>
<v-date-picker
<DatePicker
v-model="endDate"
no-title
@input="menu2 = false"
></v-date-picker>
/>
</v-menu>
</v-col>
</v-row>