From: 永津 <96865086+luo3house@users.noreply.github.com> Date: Fri, 16 Dec 2022 07:17:30 +0000 (+0800) Subject: fix: project name with only numbers should be treated as string (#203) X-Git-Tag: v3.6.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f77790f7d714a7a3e9c3c08287d55d245afd3f2;p=thirdparty%2Fvuejs%2Fcreate-vue.git fix: project name with only numbers should be treated as string (#203) Fixes #201 Closes #202 --- diff --git a/index.ts b/index.ts index 02c9e49b..f56e8705 100755 --- a/index.ts +++ b/index.ts @@ -78,6 +78,7 @@ async function init() { 'with-tests': ['tests'], router: ['vue-router'] }, + string: ['_'], // all arguments are treated as booleans boolean: true })