chore(vuetify): add vtimepicker
This commit is contained in:
parent
95f0ba18ca
commit
c8716d3016
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,8 @@ import '@mdi/font/css/materialdesignicons.css'
|
||||||
import {createVuetify, type ThemeDefinition} from "vuetify";
|
import {createVuetify, type ThemeDefinition} from "vuetify";
|
||||||
import * as baseComponents from "vuetify/components";
|
import * as baseComponents from "vuetify/components";
|
||||||
import * as directives from "vuetify/directives";
|
import * as directives from "vuetify/directives";
|
||||||
import { VCalendar } from 'vuetify/labs/VCalendar'
|
import { VCalendar } from 'vuetify/labs/VCalendar';
|
||||||
|
import { VTimePicker } from 'vuetify/labs/VTimePicker';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Example of custom Theme
|
* Example of custom Theme
|
||||||
|
@ -42,6 +43,7 @@ const vuetify = createVuetify({
|
||||||
components: {
|
components: {
|
||||||
...baseComponents,
|
...baseComponents,
|
||||||
VCalendar,
|
VCalendar,
|
||||||
|
VTimePicker,
|
||||||
},
|
},
|
||||||
directives,
|
directives,
|
||||||
theme: {
|
theme: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue