mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #4739 - For Menubar
This commit is contained in:
parent
be33e737a1
commit
f00540f4ab
5 changed files with 3 additions and 33 deletions
|
@ -34,7 +34,6 @@
|
|||
:menuId="id"
|
||||
:focusedItemId="focused ? focusedItemId : undefined"
|
||||
:activeItemPath="activeItemPath"
|
||||
:exact="exact"
|
||||
:level="0"
|
||||
:aria-labelledby="ariaLabelledby"
|
||||
:aria-label="ariaLabel"
|
||||
|
@ -89,11 +88,6 @@ export default {
|
|||
outsideClickListener: null,
|
||||
container: null,
|
||||
menubar: null,
|
||||
beforeMount() {
|
||||
if (!this.$slots.item) {
|
||||
console.warn('In future versions, vue-router support will be removed. Item templating should be used.');
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.id = this.id || UniqueComponentId();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue