mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Refactor #5257
This commit is contained in:
parent
d77e66415b
commit
23a21c2407
7 changed files with 13 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div ref="container" :class="cx('root')" v-bind="ptm('root', getPTOptions)">
|
||||
<div ref="container" :class="cx('root')" v-bind="ptmi('root', getPTOptions)">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -10,6 +10,7 @@ import BaseSplitterPanel from './BaseSplitterPanel.vue';
|
|||
export default {
|
||||
name: 'SplitterPanel',
|
||||
extends: BaseSplitterPanel,
|
||||
inheritAttrs: false,
|
||||
computed: {
|
||||
isNested() {
|
||||
return this.$slots.default().some((child) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue