Skip to content

Commit 14046b4

Browse files
committed
Expose new labs components VColorInput, VPie, and VVideo
1 parent 215f57b commit 14046b4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

ui/src/main.mjs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ import * as directives from 'vuetify/directives'
1919

2020
// Labs Imports
2121
import { VNumberInput } from 'vuetify/lib/components/VNumberInput/VNumberInput'
22+
import { VColorInput } from 'vuetify/labs/VColorInput'
23+
import { VPie } from 'vuetify/labs/VPie'
24+
import { VVideo } from 'vuetify/labs/VVideo'
2225

2326
import './stylesheets/common.css'
2427

@@ -58,7 +61,10 @@ const theme = {
5861
const vuetify = createVuetify({
5962
components: {
6063
...components,
61-
VNumberInput
64+
VNumberInput,
65+
VColorInput,
66+
VPie,
67+
VVideo
6268
},
6369
directives: {
6470
...directives,

0 commit comments

Comments
 (0)