web: rework date picker
This commit is contained in:
parent
822f9eeb28
commit
d36bb7ca6b
2 changed files with 18 additions and 45 deletions
|
@ -10,7 +10,7 @@ import "vuetify/styles";
|
|||
|
||||
// Composables
|
||||
import { createVuetify } from "vuetify";
|
||||
import { VNumberInput } from "vuetify/labs/components";
|
||||
import { VNumberInput, VDateInput } from "vuetify/labs/components";
|
||||
|
||||
// https://vuetifyjs.com/en/introduction/why-vuetify/#feature-guides
|
||||
export default createVuetify({
|
||||
|
@ -31,5 +31,6 @@ export default createVuetify({
|
|||
},
|
||||
components: {
|
||||
VNumberInput,
|
||||
VDateInput,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue