Skip to content

Commit

Permalink
Merge pull request #1565 from cgjgh/Vuetify-Time-Picker
Browse files Browse the repository at this point in the history
Add Time Picker Lab Component
  • Loading branch information
joepavitt authored Jan 10, 2025
2 parents 319010d + bed3138 commit 237b40c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/src/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import * as directives from 'vuetify/directives'
// Labs Imports
import { VNumberInput } from 'vuetify/labs/VNumberInput'
import { VTreeview } from 'vuetify/labs/VTreeview'
import { VTimePicker } from 'vuetify/labs/VTimePicker'

import './stylesheets/common.css'

Expand Down Expand Up @@ -60,7 +61,8 @@ const vuetify = createVuetify({
components: {
...components,
VNumberInput,
VTreeview
VTreeview,
VTimePicker
},
directives: {
...directives,
Expand Down

0 comments on commit 237b40c

Please sign in to comment.