mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #5257
This commit is contained in:
parent
0c6a35d280
commit
d77e66415b
8 changed files with 18 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div :class="cx('root')" v-bind="ptm('root')">
|
||||
<div :class="cx('root')" v-bind="ptmi('root')">
|
||||
<div :class="cx('wrapper')" v-bind="ptm('wrapper')">
|
||||
<div ref="content" :id="contentId" :class="cx('content')" @scroll="onScroll" @mouseenter="moveBar" v-bind="ptm('content')">
|
||||
<slot></slot>
|
||||
|
@ -46,6 +46,7 @@ import BaseScrollPanel from './BaseScrollPanel.vue';
|
|||
export default {
|
||||
name: 'ScrollPanel',
|
||||
extends: BaseScrollPanel,
|
||||
inheritAttrs: false,
|
||||
initialized: false,
|
||||
documentResizeListener: null,
|
||||
documentMouseMoveListener: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue