Skip to content

Commit

Permalink
fix(prompts): change install preset key
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Sep 13, 2022
1 parent 581df56 commit 4a2aa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-vuetify/prompts.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function isVuetify3 (answers) {

module.exports = [
{
name: 'preset',
name: 'install',
message: 'Choose a preset:',
type: 'list',
choices: [
Expand Down

0 comments on commit 4a2aa76

Please sign in to comment.