KNXCloud / lowcode-engine-vue

Lowcode engine renderer and simulator for vue
MIT License
356 stars 76 forks source link

内部的HOC包装组件(wrapLeafComp)有问题 #86

Open lixiaozhangme opened 7 months ago

lixiaozhangme commented 7 months ago
image

这里对第三方的组件进行改写包装(HOC), 但是组件的属性没有完全的继承过来, 比如name, components; 目前发现elementPlus中ElTabelColumn 嵌套ElTabelColumn 是无法渲染, 因为elementPlus内部使用了name 属性; 对于compoents, 若果使用的第三方组件, 内部的组件是私有,那将无法渲染, 若还有其他属性用于运行组件内部运行的判断可能也将无法预期渲染, 这里应该将改写的属性覆盖, 其他的属性继承过来

image

以下场景将无法渲染

image