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 :class="cx('root')" :style="sx('root')" :data-p-resizing="false" v-bind="ptm('root', getPTOptions())">
|
||||
<div :class="cx('root')" :style="sx('root')" :data-p-resizing="false" v-bind="ptmi('root', getPTOptions())">
|
||||
<template v-for="(panel, i) of panels" :key="i">
|
||||
<component :is="panel" tabindex="-1"></component>
|
||||
<div
|
||||
|
@ -28,6 +28,7 @@ import BaseSplitter from './BaseSplitter.vue';
|
|||
export default {
|
||||
name: 'Splitter',
|
||||
extends: BaseSplitter,
|
||||
inheritAttrs: false,
|
||||
emits: ['resizestart', 'resizeend', 'resize'],
|
||||
dragging: false,
|
||||
mouseMoveListener: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue