fix: 🐛 解决非被动事件监听警告,提升滚动性能
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
"axios": "^1.7.9",
|
||||
"codemirror": "^5.65.18",
|
||||
"codemirror-editor-vue3": "^2.8.0",
|
||||
"default-passive-events": "^2.0.0",
|
||||
"echarts": "^5.6.0",
|
||||
"element-plus": "^2.9.3",
|
||||
"exceljs": "^4.4.0",
|
||||
|
||||
@@ -10,7 +10,6 @@ import "element-plus/theme-chalk/dark/css-vars.css";
|
||||
import "@/styles/dark/css-vars.css";
|
||||
import "@/styles/index.scss";
|
||||
import "uno.css";
|
||||
|
||||
const app = createApp(App);
|
||||
// 注册插件
|
||||
app.use(setupPlugins);
|
||||
|
||||
Reference in New Issue
Block a user