mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
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:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user