Skip to content

Commit

Permalink
chore: remove the word "Preview" from vue 3 preset
Browse files Browse the repository at this point in the history
related to vuejs#6300
  • Loading branch information
tony19 committed Feb 23, 2021
1 parent 6f88bd5 commit 9f6a372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli/lib/promptModules/vueVersion.js
Expand Up @@ -17,7 +17,7 @@ module.exports = cli => {
value: '2'
},
{
name: '3.x (Preview)',
name: '3.x',
value: '3'
}
],
Expand Down

0 comments on commit 9f6a372

Please sign in to comment.