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, lineHeight: lineHeight,
height: styleHeight height: styleHeight
}" }"
@wheel="handleWheel" @wheel.passive="handleWheel"
> >
<n-scrollbar <n-scrollbar
ref="scrollbarRef" ref="scrollbarRef"