mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Refactor #5592 - For ScrollPanel, Splitter, Stepper
This commit is contained in:
parent
8c6c62db04
commit
6d688ef675
12 changed files with 49 additions and 53 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div :class="cx('root')" v-bind="ptmi('root')">
|
||||
<div :class="cx('wrapper')" v-bind="ptm('wrapper')">
|
||||
<div :class="cx('contentContainer')" v-bind="ptm('contentContainer')">
|
||||
<div ref="content" :id="contentId" :class="cx('content')" @scroll="onScroll" @mouseenter="moveBar" v-bind="ptm('content')">
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue