Skip to content

Commit

Permalink
style(presets): fix casing.
Browse files Browse the repository at this point in the history
Co-authored-by: John Leider <9064066+johnleider@users.noreply.github.com>
  • Loading branch information
ElijahKotyluk and johnleider committed Mar 7, 2021
1 parent 6255f7b commit 72dccff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-vuetify/util/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const resolve = file => path.resolve(__dirname, file)

const PRESET_MAP = {
default: 'Default (recommended)',
preview: 'Preview (vuetify 3 + vite)',
preview: 'Preview (Vuetify 3 + Vite)',
prototype: 'Prototype (rapid development)',
v3: 'V3 (alpha)',
}
Expand Down

0 comments on commit 72dccff

Please sign in to comment.