roymondchen
roymondchen
> 测试了一下页面的内容都渲染出来了,但是还是一直在加载中,后台也没有任何报错  你这个没有page啊
无法做到,也不建议这样做,是什么场景需要这样?
应该在formConfig中配置一个select,这个select可以是remote模式,通过api获取下拉列表,然后用户配置的时候选择列表中的某一项后,在onChange中取设置其他配置数据
不支持IE了,用chrome不知道行不行
> tmagic-editor\runtime\react\build.vite.config.ts legacy({ targets: ['defaults', 'not IE 11'], }), > > ``` > 这里修改 对吧 > ``` 是的
https://tencent.github.io/tmagic-editor/docs/api/editor/props.html#componentgrouplist
请提供一个可复现问题的demo
请尝试更新到最新版本的element-plus,element-plus2.6以后radio的api有变化
id就是一个随机数 ```js import { guid } from '@tmagic/uitls' const id = guid() ```` 提供的时间接口是什么?
https://github.com/Tencent/tmagic-editor/blob/22e8ae47f1c06d970891adb607b2119bd7ff2198/packages/utils/src/index.ts#L161