UNPKG
@gaonengwww/tiny-toolkit-docs
Version:
latest (1.0.9)
1.0.9
这里对你的套件进行简单描述, 比如适用哪些场景,使用了什么技术, 有什么特点
github.com/opentiny/tiny-cli
opentiny/tiny-cli
@gaonengwww/tiny-toolkit-docs
/
template
/
vue
/
demos
/
app
/
buttongroup
/
webdoc
/
buttongroup.js
18 lines
(17 loc)
•
338 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export
default
{
column
:
'2'
,
demos
: [ {
demoId
:
'buttongroup-basic'
,
name
: {
'zh-CN'
:
'基本使用'
,
'en-US'
:
''
, },
desc
: {
'zh-CN'
:
'ButtonGroup 组件的最简用法。'
,
'en-US'
:
''
, },
codeFiles
: [
'buttongroup-basic.vue'
], }, ], };