V 1.1.1
This commit is contained in:
parent
61fd215e62
commit
5c52a7b49d
|
@ -1,6 +1,6 @@
|
||||||
# DataV
|
# DataV
|
||||||
|
|
||||||
# Version 1.1.0
|
# Version 1.1.1
|
||||||
|
|
||||||
## Vue 大屏数据展示组件库
|
## Vue 大屏数据展示组件库
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "@jiaminghi/data-view",
|
||||||
|
"version": "1.1.1",
|
||||||
|
"author": "JiaMing <743192023@qq.com>",
|
||||||
|
"description": "Vue Large screen data display component library",
|
||||||
|
"main": "index.js",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/jiaming743/DataV.git"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/jiaming743/DataV/issues"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"vue",
|
||||||
|
"chart",
|
||||||
|
"dataview"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/jiaming743/DataV#readme"
|
||||||
|
}
|
Loading…
Reference in New Issue