Skip to content

Commit

Permalink
fix: avoid scrolling when picking features
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 25, 2018
1 parent c833bed commit d57208d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@vue/cli/lib/Creator.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ module.exports = class Creator {
when: isMode('manual'),
type: 'checkbox',
message: 'Check the features needed for your project:',
choices: []
choices: [],
pageSize: 8
}
return {
modePrompt,
Expand Down

0 comments on commit d57208d

Please sign in to comment.