This commit is contained in:
mertsincan 2024-02-11 23:48:31 +00:00
parent d77e66415b
commit 23a21c2407
7 changed files with 13 additions and 7 deletions

View file

@ -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) => {