@mosowe2/element-pro
Version:
element高级组件,封装element的常用组件
27 lines (26 loc) • 589 B
JSON
{
"name": "@mosowe2/element-pro",
"version": "1.1.6",
"author": "mosowe",
"license": "ISC",
"main":"./packages/index.js",
"description": "element高级组件,封装element的常用组件",
"keywords":[
"element-pro",
"element-ui",
"elementpro"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@vue/composition-api": "^1.7.0",
"element-ui": "^2.15.9",
"vue": "^2.6.14"
},
"devDependencies": {
"vue-template-compiler": "^2.6.14"
}
}