Skip to content

Commit

Permalink
chore: remove the word "Preview" from vue 3 preset (#6310)
Browse files Browse the repository at this point in the history
related to #6300
  • Loading branch information
tony19 committed Feb 24, 2021
1 parent a01b347 commit 5e50ecf
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 5e50ecf

Please sign in to comment.