mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08: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:
parent
711a131637
commit
ff814475ca
@ -13,12 +13,12 @@ const PROMPTS = [
|
|||||||
type: 'select',
|
type: 'select',
|
||||||
choices: [
|
choices: [
|
||||||
{
|
{
|
||||||
name: 'Vue 2',
|
name: 'vue2',
|
||||||
value: 'vue2',
|
message: 'Vue 2',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Vue 3',
|
name: 'vue3',
|
||||||
value: 'vue3',
|
message: 'Vue 3',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user