UNPKG
vue-table-module
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
表格组件,支持合并单元格,表格滚动,自定义单元格显示内容
vue-table-module
/
package.json
13 lines
(12 loc)
•
279 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"vue-table-module"
,
"version"
:
"0.0.4"
,
"description"
:
""
,
"main"
:
"vue-table-module.common.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"vue"
,
"表格组件"
],
"author"
:
"Nian.Baikal"
,
"license"
:
"ISC"
}