Skip to content
New issue

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

希望增加导出json使用例子 #7

Closed
lihuacai168 opened this issue Mar 20, 2024 · 1 comment
Closed

希望增加导出json使用例子 #7

lihuacai168 opened this issue Mar 20, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@lihuacai168
Copy link

看到issuse有一个类似的问题,我也有这个疑惑。
导出来的json,不知道如何使用。
希望可以增加一个完整的代码例子,非常感谢

@haixin-fang
Copy link
Owner

haixin-fang commented Mar 20, 2024

@lihuacai168
https://github.com/haixin-fang/vue-form-design/blob/master/playground/src/components/Form.vue

你好, 这里就是使用的例子, starfish-form组件就是json的渲染器

README.md里面有相应说明

formResult可以为空, 是表单填写的最终输出结果, list 是通过编辑器生成的json,搭配使用

<Dynamicform v-model:formResult="formResult" :allFormList="list" ></Dynamicform>

如果还有疑问可以提issue

@haixin-fang haixin-fang added the documentation Improvements or additions to documentation label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants