上传者: 42122306
|
上传时间: 2021-10-06 12:19:06
|
文件大小: 194KB
|
文件类型: -
vue3-json-schema-form
a form generator based on jsonschema for vue3
Project setup
npm install
npm run serve
npm run build
npm run test:unit
npm run lint
API 设计
schema
json schema 对象,用来定义数据,同时也是我们定义表单的依据
value
表单的数据结果,你可以从外部改变这个 value,在表单被编辑的时候,会通过onChange透出