Add pt options to SplitterPanel

pull/4224/head
Tuğçe Küçükoğlu 2023-07-26 10:52:37 +03:00
parent e34f3a1946
commit 38bd2712e9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div ref="container" :class="cx('root')" v-bind="ptm('root')" data-pc-name="splitterpanel">
<div ref="container" :class="cx('root')" v-bind="ptm('root', getPTOptions)" data-pc-name="splitterpanel">
<slot></slot>
</div>
</template>