fix(create-vant-cli-app): prompt config bug (#11497)

* fix(create-vant-cli-app): prompt config bug

* fix(create-vant-cli-app): prompt config bug

Co-authored-by: xiejun <jeff.xie@usmarthk.com>
This commit is contained in:
谢俊
2023-01-17 21:42:24 +08:00
committed by GitHub
parent 711a131637
commit ff814475ca

View File

@@ -13,12 +13,12 @@ const PROMPTS = [
type: 'select',
choices: [
{
name: 'Vue 2',
value: 'vue2',
name: 'vue2',
message: 'Vue 2',
},
{
name: 'Vue 3',
value: 'vue3',
name: 'vue3',
message: 'Vue 3',
},
],
},