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

Commit 0aec846

Browse files
committed
reword prompt
1 parent 14ac8fb commit 0aec846

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

prompts.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
module.exports = [
22
{
3-
type: 'confirm',
43
name: 'replaceComponents',
5-
message: 'Allow Vuetify to replace App.vue and HelloWorld.vue?',
4+
type: 'confirm',
5+
message: 'Use default theme? (will replace App.vue and HelloWorld.vue)',
66
default: true,
77
},
88
{
9-
type: 'confirm',
109
name: 'useTheme',
10+
type: 'confirm',
1111
message: 'Use custom theme?',
1212
default: false,
1313
},
1414
{
15-
type: 'confirm',
1615
name: 'useAlaCarte',
16+
type: 'confirm',
1717
message: 'Use a-la-carte components?',
1818
default: false,
1919
},
2020
{
21-
type: 'confirm',
2221
name: 'usePolyfill',
22+
type: 'confirm',
2323
message: 'Use babel/polyfill?',
2424
default: true
2525
}

0 commit comments

Comments
 (0)