fix(log): passive event listener

This commit is contained in:
07akioni 2020-10-30 12:22:13 +08:00
parent 71cb2dda21
commit 3df6277980

View File

@ -8,7 +8,7 @@
lineHeight: lineHeight,
height: styleHeight
}"
@wheel="handleWheel"
@wheel.passive="handleWheel"
>
<n-scrollbar
ref="scrollbarRef"