Skip to content

Commit 9f6a372

Browse files
committed
chore: remove the word "Preview" from vue 3 preset
related to vuejs#6300
1 parent 6f88bd5 commit 9f6a372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/lib/promptModules/vueVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = cli => {
1717
value: '2'
1818
},
1919
{
20-
name: '3.x (Preview)',
20+
name: '3.x',
2121
value: '3'
2222
}
2323
],

0 commit comments

Comments
 (0)