dsmelon
dsmelon
### Describe the bug 由于组件库没有按需导出所有组件,我想从它的目录按需导入,如何配置才能实现,例如以下写法 import SelfButton from '@self/component/button' import SelfForm from '@self/component/form' ### Reproduction 无 ### System Info ```Shell version: 0.21.2 ``` ### Used Package Manager yarn ### Validations...
自定义组件的样式不应该紧跟着组件插入style标签,应该汇总去重后插入当前shadow-root下,当组件全部卸载时,再清除样式。 element-plus的列子,组件样式上升到了页面的head标签里,会污染主程序样式,而且组件越多,样式重复越多,例子里就能复现。
### Bug report When I use the eventSource request, the compress:fasle is configured. The proxy has a streaming effect. However, when I use fetch request, set content-type:text/event-stream, still configure compress:false,...