8000 remove 1.x warning · NickeyLin/vue-cli@c4fc5be · GitHub
[go: up one dir, main page]

Skip to content

Commit c4fc5be

Browse files
committed
remove 1.x warning
1 parent 3f748c7 commit c4fc5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/vue-init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function run () {
126126
return
127127
}
128128

129-
warnings.v2BranchIsNowDefault(template, inPlace ? '' : name)
129+
// warnings.v2BranchIsNowDefault(template, inPlace ? '' : name)
130130
downloadAndGenerate(officialTemplate)
131131
}
132132
} else {

0 commit comments

Comments
 (0)
0