We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
看到issuse有一个类似的问题,我也有这个疑惑。 导出来的json,不知道如何使用。 希望可以增加一个完整的代码例子,非常感谢
The text was updated successfully, but these errors were encountered:
@lihuacai168 https://github.com/haixin-fang/vue-form-design/blob/master/playground/src/components/Form.vue
你好, 这里就是使用的例子, starfish-form组件就是json的渲染器
README.md里面有相应说明
formResult可以为空, 是表单填写的最终输出结果, list 是通过编辑器生成的json,搭配使用
formResult
<Dynamicform v-model:formResult="formResult" :allFormList="list" ></Dynamicform>
如果还有疑问可以提issue
Sorry, something went wrong.
No branches or pull requests
看到issuse有一个类似的问题,我也有这个疑惑。
导出来的json,不知道如何使用。
希望可以增加一个完整的代码例子,非常感谢
The text was updated successfully, but these errors were encountered: