Jacob

Results 3 issues of Jacob

![image](https://user-images.githubusercontent.com/40022209/180719659-5eccc12a-8728-486c-92b1-e8c0f9efddec.png)

discussion

### 技术栈 vue 3.4.21、 vite 5.2.0、 node 18.16.0、 npm 9.5.1、 @lljj/vue-json-schema-form 1.19.0 ### 问题描述 初始化项目,并装好@lljj/vue-json-schema-form,引入VueForm 组件的时候报错了,引入方式是使用import方式,与文档描述的一致 ![scheme error](https://github.com/lljj-x/vue-json-schema-form/assets/40022209/e0615e1b-5d2f-4856-9f60-743fcd92f5ba)

### Describe the bug 配置了config.json文件,引入文件会出现跨域问题,不配置也出现 ### Steps to reproduce ![Snipaste_2024-07-11_20-02-56](https://github.com/HuolalaTech/page-spy-web/assets/40022209/fcb74bc3-bf30-4ae1-9871-e6d3a333f71b) ![Snipaste_2024-07-11_20-03-30](https://github.com/HuolalaTech/page-spy-web/assets/40022209/49ec9858-29f0-43ba-b0ea-9444190a08cd) ### System Info ```shell 这个是package.json { "port": "6752", "corsConfig": { "allowOrigins": ["aipic.suntekcorps.com"] } } ``` ### Logs _No response_...

bug