Youth

Results 20 comments of Youth

![image](https://github.com/originjs/vite-plugin-federation/assets/52144974/ab047b0d-3a0a-47c4-b931-1629f19c1147) Why did I fail to introduce 'virtual:__federation__' and the console prompt: `virtual:__federation__` does not exist ![image](https://github.com/originjs/vite-plugin-federation/assets/52144974/a93d22b2-b34c-4deb-8edc-d10faed80980)

I also found that it cannot be dynamically imported, but I think this problem should be with vite.

> 其他的组件依然可以很好的支持,就像我将编辑态的插槽中填入选择框组件,也是完美支持的。 ![image](https://github.com/JessYan0913/edit-table/assets/52144974/0f8d097c-a9dd-4368-b237-ee2f0077607f) ![image](https://github.com/JessYan0913/edit-table/assets/52144974/18f2cdb8-5d24-47e2-9ac6-5a56b25cf000)

是否使用`v-model`双向绑定来修改`row`中的值,完全取决于编辑态这个编辑组件的设计!!!

关于工业组态工具的开发,我这边目前使用`antv/x6`来实现,但实现效果距离乐吾乐还有一定的差距。使用`x6`的好处是节点和连线绑定功能是现成的,从而方便实现设备之间的拓扑绘制。 深度体验乐吾乐后发现,其实乐吾乐更注重视图层的表现,而组态工具有时候还是需要一些图和数据的映射,例如要根据组态图获取对应的拓扑关系等等。

这个BUG可以给录个视频吗?我没有还原出来 ![image](https://github.com/user-attachments/assets/8d79f7c1-ef16-43db-96b0-9cfb05edd22f) 这里确实可以当作默认值来处理

> 3\. portal How should I use the `portal` code?