lljj-x / vue-json-schema-form

基于Vue/Vue3,Json Schema 和 ElementUi/antd/iview3/naiveUi 等生成 HTML Form 表单,用于活动编辑器、h5编辑器、cms等数据配置;支持可视化生成表单Schema 。 Generate a form using Vue/Vue3, Json Schema and ElementUi/antdv/iview3/naiveUi
https://form.lljj.me/
Apache License 2.0
2.01k stars 418 forks source link

Error when compiling #266

Closed Mike-Guan closed 1 year ago

Mike-Guan commented 1 year ago

WARNING Compiled with 1 warning 4:40:30 PM

warning in ./node_modules/@lljj/vue-json-schema-form/dist/vueJsonSchemaForm.esm.min.js

export 'default' (imported as 'e') was not found in 'vue'

NOT sure how to solve this.

shurong-wang commented 1 year ago

可能原因是装错了依赖: 如果环境是 vue3 + element-plus,应该装 @lljj/vue3-form-element。 如果装成了 @lljj/vue-json-schema-form,引起以上报错。