UNPKG
vue-cli-plugin-som
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
vue-cli 3 plugin to add som-ui
vue-cli-plugin-som
/
prompts.js
14 lines
(12 loc)
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module
.
exports
= [ { type:
'list'
, name:
'import'
, message:
'你想要怎样引入SOM-UI组件库?'
, choices: [ { name:
'引入整个组件库'
, value:
'full'
}, { name:
'单独引入组件'
, value:
'partial'
} ],
default
:
'full'
, } ]