超级管理员 2026-02-03 15:37 回复 @飘过的雨 就正常用,控件属性啥的控件里面都有注释,自己看一下就行了如果要通过自定义组件使用要去把Qrcode删了src\components\LowDesign\src\utils\registerComponent.ts
超级管理员 2026-02-04 17:48 回复 @飘过的雨 要改一下代码 弹窗的自定义组件漏写了事件src\components\LowDesign\src\ControlView.vue调用参考:
飘过的雨 2026-02-05 15:06 回复 @超级管理员 event 回调异常:[异常:TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them at get arguments (<anonymous>) at done.invokeGetter (<anonymous>:3:28)]
超级管理员 2026-02-05 17:56 回复 @飘过的雨 版本是最新的?之前更新有添加过功能src\components\LowDesign\src\shareControl\AvueSlot.vue
超级管理员 2026-02-06 09:11 回复 @飘过的雨 @飘过的雨 噢 忘记了 自定义控件的属性要写在params上 参考: https://doc.jeelowcode.com/doc/1800-4-2
前端:src\components\Qrcode\src\Qrcode.vue