bingxueyinlian

Results 4 issues of bingxueyinlian

**Describe the bug** When the data variable in the remote component has the same name as the computed property of the host page with mixin, an error is reported,like 'The...

bug
unconfirmed

### 问题描述 使用vue自定义组件的节点,添加边线时,没有垂直居中. ### 重现链接 https://codesandbox.io/s/vue-shape-8ciig ### 重现步骤 在上面的连接中,添加一行边线的代码: ``` graph.addEdge({ shape: "edge", // 指定使用何种图形,默认值为 'edge' source: "1", target: "2", label: "edge", }); ``` ![image](https://user-images.githubusercontent.com/1235035/177976964-3de23428-0dfa-4fa3-9fc8-010b9b4a82c0.png) ### 预期行为 边线的在垂直方向与两按钮对齐。 ### 平台...

type: discussion 讨论

## 子应用退出时调用了unmount,但是内存没释放 因为子应用体积比较大,子应用用完以后回到主应用,希望彻底卸载子应用以释放内存。这样再进入别的子应用时不至于内存占用过大。 ## 复现步骤 1.登录进入主应用,浏览器内存占用为:165M 2.进入子应用A(通过loadMicroApp手动加载子应用),浏览器内存占用为:235M 3.退出子应用A,回到主应用(手动调用子应用的unmount),浏览器内存占用为:246M(没有降,反而升了) 4.再次进入子应用A(没走bootstrap,只执行了mount),浏览器内存占用为:364M(继续升) - 内存值均为稳定后,任务管理器的显示值 ## 相关环境信息 - **qiankun 版本** 2.4.3 - **浏览器版本**: Chrome 92 64位 - **操作系统**: win10 企业版本

- After running for a period of time, the following exceptions will appear ``` : Microsoft.AspNetCore.Server.Kestrel[13] Connection id "0HME5PCQA5O1V", Request id "0HME5PCQA5O1V:00000002": An unhandled exception was thrown by the application....