alibaba / lowcode-engine

An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
https://lowcode-engine.cn
MIT License
14.62k stars 2.54k forks source link

自定义setter中不能引用自定义物料组件 #1267

Open sy296565890 opened 1 year ago

sy296565890 commented 1 year ago

Describe the bug (required) / 详细描述 bug(必填)


To Reproduce (required) / 如何复现 bug?(必填,非常重要)

011d5629b895b964d2a70efd63018b3

Expected behavior (required) / 预期行为(必填,非常重要)

leehomeok commented 1 year ago

如果想用antd procomponents, setter开发时应该引入的是antd组件,而不是fusion组件

sy296565890 commented 1 year ago

如果想用antd procomponents, setter开发时应该引入的是antd组件,而不是fusion组件 创建setter是需要像创建物料一样使用【npm init @alilc/element your-setter-name】来创建自定义setter吗 或者还有其他方法可以创建setter 再或者说 某些setter可以和物料库放在一起吗 【因为它们本身就属于强耦合】

leehomeok commented 1 year ago

不一定要用命令行去创建, 就和普通的写组件一样,setter就是一个组件 import {ProForm } from '@ant-design/pro-components'