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-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>