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 authored and sodatea committed May 7, 2021
1 parent 5a135f6 commit d41fb55
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 d41fb55

Please sign in to comment.