We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你也可以用这个链接https://codesandbox.io/p/sandbox/lc35jy?file=%2Fsrc%2FApp.vue
期望优化掉这个性能警告
chrome会有一个性能警告,index.js:25 [Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 B.addEventListener @ index.js:25 $csb$eval @ main.js:9 H @ eval.js:31 evaluate @ transpiled-module.js:715 evaluateTranspiledModule @ manager.js:338 evaluateModule @ manager.js:309 (匿名) @ compile.ts:865
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Basic Info
Extra info
你也可以用这个链接https://codesandbox.io/p/sandbox/lc35jy?file=%2Fsrc%2FApp.vue
What is expected?
期望优化掉这个性能警告
Steps to reproduce
chrome会有一个性能警告,index.js:25 [Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
B.addEventListener @ index.js:25
$csb$eval @ main.js:9
H @ eval.js:31
evaluate @ transpiled-module.js:715
evaluateTranspiledModule @ manager.js:338
evaluateModule @ manager.js:309
(匿名) @ compile.ts:865
The text was updated successfully, but these errors were encountered: