element-plus/packages/layout/package.json
zazzaz 5fcd416cfb
feat: add Layout component (#50)
* feat: add row component

* feat: add col

* test: update test

* refactor: rename to layout

* chore: update
2020-07-31 18:20:03 +08:00

13 lines
227 B
JSON

{
"name": "@element-plus/layout",
"version": "0.0.0",
"main": "dist/index.js",
"license": "MIT",
"peerDependencies": {
"vue": "^3.0.0-rc.1"
},
"devDependencies": {
"@vue/test-utils": "^2.0.0-beta.0"
}
}