Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 6bbb74d

Browse files
committed
fix(vite.config.js): update vuetify vite plugin options
1 parent 25bfd8e commit 6bbb74d

File tree

1 file changed

+3
-1
lines changed
  • packages/vue-cli-plugin-vuetify/generator/templates/v3/vite

1 file changed

+3
-1
lines changed

packages/vue-cli-plugin-vuetify/generator/templates/v3/vite/vite.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ import path from 'path'
88
export default defineConfig({
99
plugins: [
1010
vue(),
11+
// https://github.com/vuetifyjs/vuetify-loader/tree/next/packages/vite-plugin
1112
vuetify({
12-
autoimport: true,
13+
autoImport: true,
14+
styles: 'expose',
1315
}),
1416
],
1517
define: { 'process.env': {} },

0 commit comments

Comments
 (0)