We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73965ea commit 3439626Copy full SHA for 3439626
src/plugins/vuetify.ts
@@ -7,14 +7,10 @@ import { createVuetify } from 'vuetify';
7
import { aliases, mdi } from 'vuetify/iconsets/mdi';
8
import { fa } from 'vuetify/iconsets/fa-svg';
9
10
-// ! This is Labs workaround, need to update later //
11
-import * as labs from 'vuetify/labs/components';
12
-
13
14
export default createVuetify({
15
components: {
16
components,
17
- ...labs,
18
},
19
directives,
20
icons: {
0 commit comments