This commit is contained in:
mertsincan 2024-02-11 23:48:09 +00:00
parent 00c891a3e2
commit 0c6a35d280
9 changed files with 17 additions and 9 deletions

View file

@ -1,5 +1,5 @@
<template>
<div :id="id" :class="cx('root')" v-bind="ptm('root')">
<div :id="id" :class="cx('root')" v-bind="ptmi('root')">
<template v-for="(item, index) of model" :key="getPanelKey(index)">
<div v-if="isItemVisible(item)" :style="getItemProp(item, 'style')" :class="[cx('panel'), getItemProp(item, 'class')]" v-bind="ptm('panel')">
<div
@ -63,6 +63,7 @@ import PanelMenuList from './PanelMenuList.vue';
export default {
name: 'PanelMenu',
extends: BasePanelMenu,
inheritAttrs: false,
emits: ['update:expandedKeys', 'panel-open', 'panel-close'],
data() {
return {