We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e5af5a + 3f99c5a commit 9663514Copy full SHA for 9663514
package.json
@@ -29,7 +29,6 @@
29
"@arco-design/web-vue": "^2.57.0",
30
"axios": "^1.12.2",
31
"dayjs": "^1.11.18",
32
- "default-passive-events": "^4.0.0",
33
"echarts": "^5.6.0",
34
"http-proxy-middleware": "^2.0.9",
35
"lodash": "^4.17.21",
src/main.ts
@@ -8,9 +8,6 @@ import App from './App.vue';
8
// 手动导入,防止由于插件导致全局css顺序不同,使dev和build模式下样式不完全相同
9
import '@arco-design/web-vue/es/style/index.less';
10
import './styles/tailwind.css';
11
-// 解决 chrome 的性能 waring,默认不阻止滑动事件
12
-// 参考 https://www.chromestatus.com/feature/5745543795965952
13
-import 'default-passive-events';
14
15
// 全量引入样式
16
// import '@arco-design/web-vue/dist/arco.css';
0 commit comments