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

Commit 72dccff

Browse files
style(presets): fix casing.
Co-authored-by: John Leider <9064066+johnleider@users.noreply.github.com>
1 parent 6255f7b commit 72dccff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-cli-plugin-vuetify/util/presets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const resolve = file => path.resolve(__dirname, file)
44

55
const PRESET_MAP = {
66
default: 'Default (recommended)',
7-
preview: 'Preview (vuetify 3 + vite)',
7+
preview: 'Preview (Vuetify 3 + Vite)',
88
prototype: 'Prototype (rapid development)',
99
v3: 'V3 (alpha)',
1010
}

0 commit comments

Comments
 (0)