Initial commit

This commit is contained in:
qingwei.li
2016-07-27 14:15:02 +08:00
commit e320f43c2d
352 changed files with 28969 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "el-loading",
"version": "0.0.0",
"description": "A loading component for Vue.js.",
"keywords": [
"element",
"vue",
"component"
],
"main": "./lib/index.js",
"repository": "https://github.com/element-component/element/tree/master/packages/loading",
"author": "elemefe",
"license": "MIT",
"dependencies": {}
}