Skip to content

Commit d57208d

Browse files
committed
fix: avoid scrolling when picking features
1 parent c833bed commit d57208d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@vue/cli/lib/Creator.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ module.exports = class Creator {
232232
when: isMode('manual'),
233233
type: 'checkbox',
234234
message: 'Check the features needed for your project:',
235-
choices: []
235+
choices: [],
236+
pageSize: 8
236237
}
237238
return {
238239
modePrompt,

0 commit comments

Comments
 (0)