mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5257
This commit is contained in:
parent
00c891a3e2
commit
0c6a35d280
9 changed files with 17 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue