We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215f57b commit 14046b4Copy full SHA for 14046b4
1 file changed
ui/src/main.mjs
@@ -19,6 +19,9 @@ import * as directives from 'vuetify/directives'
19
20
// Labs Imports
21
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'
25
26
import './stylesheets/common.css'
27
@@ -58,7 +61,10 @@ const theme = {
58
61
const vuetify = createVuetify({
59
62
components: {
60
63
...components,
- VNumberInput
64
+ VNumberInput,
65
+ VColorInput,
66
+ VPie,
67
+ VVideo
68
},
69
directives: {
70
...directives,
0 commit comments