<img width="928" alt="image" src="https://github.com/KNXCloud/lowcode-engine-vue/assets/19645470/b76d21a7-3e1c-47f4-b27f-818909b2dfbe"> 这里对第三方的组件进行改写包装(HOC), 但是组件的属性没有完全的继承过来, 比如name, components; 目前发现elementPlus中ElTabelColumn 嵌套ElTabelColumn 是无法渲染, 因为elementPlus内部使用了name 属性; 对于compoents, 若果使用的第三方组件, 内部的组件是私有,那将无法渲染, 若还有其他属性用于运行组件内部运行的判断可能也将无法预期渲染, 这里应该将改写的属性覆盖, 其他的属性继承过来 <img width="815" alt="image" src="https://github.com/KNXCloud/lowcode-engine-vue/assets/19645470/549a88c7-8d69-4314-8905-3337d7b3caf9"> 以下场景将无法渲染 <img width="610" alt="image" src="https://github.com/KNXCloud/lowcode-engine-vue/assets/19645470/09d12648-fb51-4aed-b1af-f4c0fd0ee2f1">