1.添加国际化支持;2.自定义属性开关

This commit is contained in:
zyqwst
2020-10-12 22:33:58 +08:00
parent a7747bf229
commit 2677bc7c92
30 changed files with 26711 additions and 10716 deletions

View File

@@ -1,9 +1,20 @@
{
"name": "json-schema-editor-vue",
"version": "1.0.1",
"version": "1.2.1",
"author": "zhangyq",
"description": "A json-schema editor of high efficient and easy-to-use, base on Vue",
"keyword": "json schema vue",
"keywords": [
"jsonschema",
"jsonschemavue",
"jsonschemaeditor",
"json",
"jsoneditor"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zyqwst/json-schema-editor-vue"
},
"homepage": "http://json-schema.sviip.com/",
"license": " Apache-2.0 License",
"main": "lib/json-schema-editor-vue.umd.min.js",
"private": false,
@@ -14,7 +25,7 @@
"lib": "vue-cli-service build --target lib --name json-schema-editor-vue --dest lib packages/index.js"
},
"dependencies": {
"ant-design-vue": "^1.6.2",
"ant-design-vue": "^1.6.4",
"core-js": "^3.6.5",
"vue": "^2.6.11"
},