Skip to content

Commit

Permalink
fix(vue2-element): 修复 vue2-elementUi package 配置问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lljj-x committed Jan 31, 2021
1 parent 6a81aa8 commit fcc30d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lib/vue2/vue2-form-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@lljj/vue-json-schema-form",
"version": "1.0.0",
"description": "基于 Vue 、ElementUi、JsonSchema快速构建一个带完整校验的form表单",
"main": "dist/vue2-form-element.umd.min.js",
"module": "dist/vue2-form-element.esm.min.js",
"main": "dist/vueJsonSchemaForm.umd.min.js",
"module": "dist/vueJsonSchemaForm.esm.min.js",
"scripts": {
"watch": "node scripts/watch.js",
"build": "node scripts/build.js"
Expand Down

0 comments on commit fcc30d6

Please sign in to comment.