We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b7848 commit 034f71cCopy full SHA for 034f71c
components/vc-table/stickyScrollBar.tsx
@@ -230,7 +230,7 @@ export default defineComponent<StickyScrollBarProps>({
230
onMousedown={onMouseDown}
231
ref={scrollBarRef}
232
class={classNames(`${prefixCls}-sticky-scroll-bar`, {
233
- [`${prefixCls}-sticky-scroll-bar-active`]: isActive,
+ [`${prefixCls}-sticky-scroll-bar-active`]: isActive.value,
234
})}
235
style={{
236
width: `${scrollBarWidth.value}px`,
0 commit comments