Skip to content

Commit 06e12ab

Browse files
committed
import SnackbarQueue
1 parent bd76022 commit 06e12ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vite.build.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ export default defineConfig({
1919
dirs: ['lib/components'],
2020
dts: false,
2121
}),
22-
Vuetify(),
22+
Vuetify({
23+
autoImport: { labs: true },
24+
}),
2325
AutoImport({
2426
imports: [
2527
'vue',

0 commit comments

Comments
 (0)