Refactor #4739 - For ContextMenu

This commit is contained in:
tugcekucukoglu 2023-11-08 15:48:09 +03:00
parent ad9b437003
commit 661048609e
5 changed files with 3 additions and 33 deletions

View file

@ -16,7 +16,6 @@
:items="processedItems"
:templates="$slots"
:activeItemPath="activeItemPath"
:exact="exact"
:aria-labelledby="ariaLabelledby"
:aria-label="ariaLabel"
:level="0"
@ -77,11 +76,6 @@ export default {
}
}
},
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();