vue-json-schema-form icon indicating copy to clipboard operation
vue-json-schema-form copied to clipboard

基于Vue/Vue3,Json Schema 和 ElementUi/antd/iview3/naiveUi 等生成 HTML Form 表单,用于活动编辑器、h5编辑器、cms等数据配置;支持可视化生成表单Schema 。 Generate a form using Vue/Vue3, Json Schema and E...

Results 57 vue-json-schema-form issues
Sort by recently updated
recently updated
newest added

Hi, I watched [your documentation](https://vue-json-schema-form.lljj.me/zh/guide/adv-config.html#demo-%E5%9B%BE%E7%89%87%E9%93%BE%E6%8E%A5%E9%85%8D%E7%BD%AE) Unfortunately it is not clear for me how to show an image or icon into a vue json schema form. I have add this snippet...

### vue和ui框架 vue3、ui框架element-plus ### 问题描述 使用watch监听formData不生效 ### 如何复现 ``` const formData = reactive({ brandUserId: "" }); watch( formData, (newFormData) => { console.log(newFormData); }, { deep: true, immediate: true } );...

enhancement

工具生成的schema与标准格式的json schema之间存在差异,如何实现复用?

Vue 3, Vite2 , Naive UI I would add an html snippet into the schema to generate (for example) a green box with a text into the dynamic form result....

反馈问题请先查看文档和务必提供详细的复现代码,遵循如下格式,描述不清楚的问题将会直接关闭。 ### vue和ui框架 vue2或者vue3、ui框架element antd、vjsf 使用版本说明 @lljj/vue3-form-element 1.12.2 ### 问题描述 对错误是什么的清晰简洁的描述。 ![image](https://user-images.githubusercontent.com/103976180/169477660-3d704faa-6f4a-472b-be4f-5d61cd3ef03d.png) 在 IOS 中,这个 props 的下属所有属性为 enumerable: false 导致了 const curProps = { ...props, schema } // curProps ->...

反馈问题请先查看文档和务必提供详细的复现代码,遵循如下格式,描述不清楚的问题将会直接关闭。 ### vue和ui框架 所有版本 ### 问题描述 补充d.ts ### 期望的结果 完善ts申明文件

参考 amis 的一些配置方法,主要是在一些options接口返回数据,多级动态列表等相关

enhancement