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 :ref="containerRef" :class="cx('root')" v-bind="ptm('root')">
|
||||
<div :ref="containerRef" :class="cx('root')" v-bind="ptmi('root')">
|
||||
<div v-if="$slots.start" :class="cx('start')" v-bind="ptm('start')">
|
||||
<slot name="start"></slot>
|
||||
</div>
|
||||
|
@ -62,6 +62,7 @@ import MenubarSub from './MenubarSub.vue';
|
|||
export default {
|
||||
name: 'Menubar',
|
||||
extends: BaseMenubar,
|
||||
inheritAttrs: false,
|
||||
emits: ['focus', 'blur'],
|
||||
matchMediaListener: null,
|
||||
data() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue