添加vue-virtual-scroller依赖并在消息视图中实现虚拟滚动功能,以优化对话列表的渲染性能。同时,为managerseller项目添加minimatch依赖项的解析版本以解决潜在的版本冲突。

This commit is contained in:
Ryan Ran
2025-07-15 16:16:42 +08:00
parent ef46380f9e
commit f1be18b7e3
5 changed files with 26 additions and 13 deletions

View File

@@ -49,5 +49,8 @@
"view-design": "^4.6.1",
"vue-cli-plugin-style-resources-loader": "^0.1.4",
"vue-template-compiler": "^2.6.10"
},
"resolutions": {
"minimatch": "^3.1.2"
}
}