We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a81aa8 commit fcc30d6Copy full SHA for fcc30d6
packages/lib/vue2/vue2-form-element/package.json
@@ -2,8 +2,8 @@
2
"name": "@lljj/vue-json-schema-form",
3
"version": "1.0.0",
4
"description": "基于 Vue 、ElementUi、JsonSchema快速构建一个带完整校验的form表单",
5
- "main": "dist/vue2-form-element.umd.min.js",
6
- "module": "dist/vue2-form-element.esm.min.js",
+ "main": "dist/vueJsonSchemaForm.umd.min.js",
+ "module": "dist/vueJsonSchemaForm.esm.min.js",
7
"scripts": {
8
"watch": "node scripts/watch.js",
9
"build": "node scripts/build.js"
0 commit comments